MXNet-for-CDL icon indicating copy to clipboard operation
MXNet-for-CDL copied to clipboard

The AutoEncoderModel function seems to have broken

Open nimit2894 opened this issue 8 years ago • 1 comments

I get the following error while running the 'Network Definition' part of the code:

autoencoder.py:101: DeprecationWarning: Calling initializer with init(str, NDArray) has been deprecated.please use init(mx.init.InitDesc(...), NDArray) instead.

What should I do?

nimit2894 avatar Aug 15 '17 16:08 nimit2894

Hi, sorry for the late reply. I think this is because you are using a newer version of MXNet. There might be some compatibility issue in here. Have you try using earlier version of MXNet?

js05212 avatar Sep 28 '17 04:09 js05212