How to train the Autoencoder with Relu function ?

2 ビュー (過去 30 日間)
sarara
sarara 2019 年 11 月 20 日
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 件のコメント
Álvaro Pequeño Alonso
Álvaro Pequeño Alonso 2020 年 3 月 25 日
Hi, did you manage to resolve the
Error in trainAutoencoder (line 107)
paramsStruct = Autoencoder.parseInputArguments(varargin{:});
error? I'm having similar problemas as you

サインインしてコメントする。

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by