Is SeriesNetwork a class defined in the Deeplearning Toolbox?

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

 채택된 답변

Steven Lord
Steven Lord 2022년 5월 26일

0 개 추천

Is it so
Yes, SeriesNetwork is part of Deep Learning Toolbox. You can see this from "breadcrumbs" in the left frame on its documentation page: SeriesNetwork, which indicates the documentation page is part of that toolbox.
and would anyone know a way around this issue?
Install Deep Learning Toolbox (adding it to your license if it is not already part of your license.) Even if you could somehow load the data without the toolbox, the predict method for that class is also part of Deep Learning Toolbox.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by