-
Notifications
You must be signed in to change notification settings - Fork 358
Serialization for Tensor #916
Comments
Hi @tanlin2013 , unfortunately this is currently not supported. The |
If you are interested in contributing, PRs are always welcome!! |
Sounds nice! I would love to. I have a small repo tnpy that is built on top of TensorNetwork. I'm actaully about to implement TDVP and DMT for real-time evo. That's why I need to store MPS generated by DMRG. |
nice! Let us know of any additional missing functionality, and we'll try to add it. |
There is serialization support that exports networks to json, with array formats stored in their backend specified format. Currently the only backend that currently implements the the |
tf.io.serialize_tensor( |
In numpy, this can be acheived with *.npy or *.npz extension. Just wonder, given all supported backends in TensorNetwork, is there a unified way to save a bunch of tensors in a compressed and binary format file?
I have read the documentation for a while, but still couldn't find the saving functionality. Or perhaps I miss it somewhere :)
thanks!
The text was updated successfully, but these errors were encountered: