SciSharp / Torch.NET

.NET bindings for PyTorch. Machine Learning with C# / F# with Multi-GPU/CPU support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

torch.Tensor serialization

kbegiedza opened this issue · comments

How can I serialize torch.Tensor into stream?

There should be a GetData which returns an Array method IIRC but you'll have to check the code to be sure