load
core.IO.load(
filename,=True,
populations=True,
projections=None,
pickle_encoding=0,
net_id )
Loads a saved state of the network.
Warning: Matlab data can not be loaded.
Example:
'results/network.npz') ann.load(
Parameters
Name | Type | Description | Default |
---|---|---|---|
filename | str | the filename with relative or absolute path. | required |
populations | bool | if True, population data will be loaded (by default True) | True |
projections | bool | if True, projection data will be loaded (by default True) | True |
pickle_encoding | str | optional parameter provided to the pickle.load() method. If set to None the default is used. | None |