comparison nnet_ops.py @ 521:2bef0768bc27

redirect to the good new source.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Fri, 14 Nov 2008 16:37:51 -0500
parents 34acf8db186d
children
comparison
equal deleted inserted replaced
520:82bafb80ba65 521:2bef0768bc27
1 1
2 import sys 2 import sys
3 sys.stderr.write("Use theano.sandbox.nnet_ops instead of pylearn.nnet_ops.\n") 3 sys.stderr.write("Use theano.tensor.nnet instead of pylearn.nnet_ops.\n")
4 if 0: 4 if 0:
5 ## This file contain ops that are not currently integrated in the core of threano. 5 ## This file contain ops that are not currently integrated in the core of threano.
6 ## Not all of those ops have been thoroughly tested. 6 ## Not all of those ops have been thoroughly tested.
7 7
8 import theano 8 import theano