autoencoders icon indicating copy to clipboard operation
autoencoders copied to clipboard

theano warning seems important..

Open why-not opened this issue 10 years ago • 0 comments

Running test_sa.py leads to this warning which sounds too important to ignore.. (please advice)

/home/user/workspace/experiments/autoencoders/sa.py:84: UserWarning: The parameter 'updates' of theano.function() expects an OrderedDict, got <type 'dict'>. Using a standard dictionary here results in non-deterministic behavior. You should use an OrderedDict if you are using Python 2.7 (theano.compat.python2x.OrderedDict for older python), or use a list of (shared, update) pairs. Do not just convert your dictionary to this type before the call as the conversion will still be non-deterministic.

why-not avatar Feb 24 '14 22:02 why-not