Function to trainNetwork returns an unexpected error
Show older comments
My code returns the following error for this function call - What is the fix for this?
net = trainNetwork(X_train, categorical(y_train), layers, options);
Error using trainNetwork (line 191)
Too many input arguments.
Error in LSTMGomz (line 63)
net = trainNetwork(X_train, categorical(y_train), layers, options);
Caused by:
Error using nnet.internal.cnn.trainNetwork.DLTInputParser>iParseInputArguments (line 75)
Too many input arguments.
2 Comments
Matt J
on 7 Jun 2024
You would have to attach a .mat file providing inputs X_train, categorical(y_train), layers, options for us to run with.
Ernest Modise - Kgamane
on 7 Jun 2024
Edited: Ernest Modise - Kgamane
on 7 Jun 2024
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!