caglar / autoencoders

Implementation of several different types of autoencoders
116 stars 54 forks source link

theano warning seems important.. #1

Open why-not opened 10 years ago

why-not commented 10 years ago

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.