Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Incorrect Neural Network After New Run

1 回表示 (過去 30 日間)
Matthew Go
Matthew Go 2015 年 3 月 29 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi, I am a newbie with MATLAB but I have found things a bit weird in my process. I am training and testing a convolutional neural network approach. The flow is something like, train the network -> save the network struct in a .mat file, load the struct and run a test image on it.
Now this process would work well if they are done consecutively. But if I would preload the created network model and just run a new image on it, it would give some garbage results which is the same for all other new images.
The testing part only uses the actual network model and the image so I do not understand why this thing behaves as it is.
Anyone can explain this? Thank you!
  1 件のコメント
Greg Heath
Greg Heath 2015 年 3 月 30 日
Insufficient details. Why not paste some code?

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by