Is SeriesNetwork a class defined in the Deeplearning Toolbox?
Mostrar comentarios más antiguos
Hello I am trying to load a network 'net' onto my code for further usage. however whenever I try to load it the following warning:
load(fn_net,'net');
Warning: Variable 'net' originally saved as a SeriesNetwork cannot be instantiated as an object and will be read in as a uint32.
Loading this object as a unit32 makes it useless for further processing with functions like predict(net, X);
I do not have the Deep Learning Toolbox installed, and I suspect that here is where the class SeriesNetwork is located.
Is it so, and would anyone know a way around this issue?
Thank you
Alonso
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!