# HG changeset patch # User Frederic Bastien # Date 1226698671 18000 # Node ID 2bef0768bc27e3e6871e027dcfc461b3364b89e5 # Parent 82bafb80ba653b1270803579a65ed996cff2d9a0 redirect to the good new source. diff -r 82bafb80ba65 -r 2bef0768bc27 nnet_ops.py --- a/nnet_ops.py Fri Nov 14 02:09:23 2008 -0500 +++ b/nnet_ops.py Fri Nov 14 16:37:51 2008 -0500 @@ -1,6 +1,6 @@ import sys -sys.stderr.write("Use theano.sandbox.nnet_ops instead of pylearn.nnet_ops.\n") +sys.stderr.write("Use theano.tensor.nnet instead of pylearn.nnet_ops.\n") if 0: ## This file contain ops that are not currently integrated in the core of threano. ## Not all of those ops have been thoroughly tested.