You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can open nnet.mdl directly. Depending on the model size, loading the file may take some time.
nnet.cfg is pickle-formatted dump of network configuration (a class). You can load it with something like:
with smart_open(filename, 'rb') as fp:
cfg = json.load(fp)
Hi
How i can view "nnet.mdl' and 'nnet.cfg' files in MATLAB and PYTHON.
The text was updated successfully, but these errors were encountered: