How to train the Autoencoder with Relu function ?

2 Ansichten (letzte 30 Tage)
sarara
sarara am 20 Nov. 2019
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 Kommentar
Álvaro Pequeño Alonso
Álvaro Pequeño Alonso am 25 Mär. 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

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by