You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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. ProvideWriteMAT
overload that takes apybind11::dict
directly and writes it to file.https://github.com/NVIDIA/MatX/tree/nvjonwong/write_multiple_to_mat
The text was updated successfully, but these errors were encountered: