How to train the Autoencoder with Relu function ?
2 views (last 30 days)
Show older comments
Hello,
I would like to train the autoencoder with relu function. when I write the following code:
autoenc = trainAutoencoder(X,4,'MaxEpochs',100000,'DecoderTransferFunction','reluLayer');
I get this error :
Error using Autoencoder.parseInputArguments (line 488)
'DecoderTransferFunction' is not a valid decoder transfer function name.
Error in trainAutoencoder (line 107)
paramsStruct = Autoencoder.parseInputArguments(varargin{:});
Please help me to fix this.
1 Comment
Álvaro Pequeño Alonso
on 25 Mar 2020
Hi, did you manage to resolve the
Error in trainAutoencoder (line 107)
paramsStruct = Autoencoder.parseInputArguments(varargin{:});
error? I'm having similar problemas as you
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!