Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 974 Bytes

save_load.rst

File metadata and controls

22 lines (15 loc) · 974 Bytes

NNP save and load utilities

IMPORTANT NOTICE: To handle NNP file from Neural Network Console, if the network you want to save/load contains LoopControl functions RepeatStart, RepeatEnd, RecurrentInput, RecurrentOutput or Delay, you must expand network with :any:`../../file_format_converter/file_format_converter`.

.. autofunction:: nnabla.utils.save.save

.. autoclass:: nnabla.utils.nnp_graph.NnpLoader
    :members:

.. autoclass:: nnabla.utils.nnp_graph.NnpNetwork
    :members:

.. automodule:: nnabla.utils