Release 0.5.0
Changes from 0.4.1 to 0.5.0
-
New
pack_tensor,unpack_tensor,save_tensorandload_tensorfunctions for serializing/deserializing PyTorch and TensorFlow tensor objects. They also understand NumPy arrays, so these are the new recommended ones for serialization. -
pack_array2do not modify the value of a possiblecparamsparameter anymore. -
The
pack_array2/save_arrayhave changed the serialization format to follow the new standard introduced inpack_tensor. In the futurepack_array2/save_arraywill probably be deprecated, so please change topack_tensor/save_tensoras soon as you can. -
The new 'standard' for serialization relies on using the
__pack_tensor__attribute as avlmeta(variable length) metalayer.