changeset 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 82bafb80ba65
children 05f802184606
files nnet_ops.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.