フィルターのクリア

MATLAB neural network application

1 回表示 (過去 30 日間)
Seyed Navid Shoaiby
Seyed Navid Shoaiby 2022 年 11 月 12 日
回答済み: Varun Sai Alaparthi 2022 年 11 月 15 日
I trained my data, using neural network time series application. Then, I exported the model to my work space. When I wanted to predict another data set with the model, I got the error "Error using predict; No valid system or dataset was specified."
The data set I wanted to test was not labeled.
This is my command:
predict(model,norm_data);

回答 (1 件)

Varun Sai Alaparthi
Varun Sai Alaparthi 2022 年 11 月 15 日
Hello Seyed,
I understand that you are facing error with using predict function with pre-trained model on new data.
The error is most likely due to incompatible or wrong data shape for the pre-trained model. Please try to reshape the data you trying to predict on according to the pre-trained model.
if the error persists, please provide the model’s name and few data points of your dataset this would help to resolve the issue further.
Sincerely
Varun Sai

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by