Currently io::WriteMAT can only write one tensor per file.
Proposal: Allow users to add to a pybind11::dict and then add tensors to that. Provide WriteMAT overload that takes a pybind11::dict directly and writes it to file.
https://github.com/NVIDIA/MatX/tree/nvjonwong/write_multiple_to_mat
Currently
io::WriteMATcan only write one tensor per file.Proposal: Allow users to add to a
pybind11::dictand then add tensors to that. ProvideWriteMAToverload that takes apybind11::dictdirectly and writes it to file.https://github.com/NVIDIA/MatX/tree/nvjonwong/write_multiple_to_mat