GoPickle is a Go library for loading Python's data serialized with
pickle and PyTorch module files.
.
The pickle sub-package provides the core functionality for loading data
serialized with Python pickle module, from a file, string, or byte
sequence. All *pickle* protocols from 0 to 5 are supported.
.
The pytorch sub-package implements types and functions for loading
PyTorch module files. Both the *modern* zip-compressed format and the
*legacy* non-tar format are supported. Legacy tar-compressed files and
TorchScript archives are *not* supported.
.
This package contains the Go development library.
Installed Size: 256.0 kB
Architectures: all