Save: Serialization of the nnodely graph into a file. every node (Stream/Layer) should implement the get_config() class to serialize it into a json representation.
Load: Ready the serialized graph file and instantiate every node to obtain the original graph.
Extra: All trainable parameters and variables should be saved inside a specific file (.pt??) and loaded inside the model maintaining the trained weights
Save: Serialization of the nnodely graph into a file. every node (Stream/Layer) should implement the get_config() class to serialize it into a json representation.
Load: Ready the serialized graph file and instantiate every node to obtain the original graph.
Extra: All trainable parameters and variables should be saved inside a specific file (.pt??) and loaded inside the model maintaining the trained weights