MATLAB Targets are incorrectly sized for network
This error arise (perhaps) because your matrix size doesn’t fit with the network size. in my case I forgot putting the output layer in the network initialization so MATLAB read the second layer is the output layer. which make that error arise.
Categories: daily life, matlab

