MXNet-for-CDL
MXNet-for-CDL copied to clipboard
The AutoEncoderModel function seems to have broken
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?
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?