Hello, I had the same problem. I am using theano 0.8 on Canopy with mac os sierra. it is giving me the same error. i've tried your solution but it is not working either.
On Monday, March 14, 2016 at 9:44:45 PM UTC-4, Alireza Golestaneh wrote: > > You are right! > I just need to set the directory to the DeepLearningTutorials folder :) > > On Monday, March 14, 2016 at 6:37:09 PM UTC-7, nouiz wrote: >> >> This is not installed by Theano, but is in the DeepLearningTutorials. >> >> How did you installed the DeepLearningTutorials code? Thes simplest is to >> run your code inside the "code" directory. >> >> Fred >> >> On Mon, Mar 14, 2016 at 4:51 PM, Alireza Golestaneh <[email protected]> >> wrote: >> >>> So I think I installed Theano right now, because now I can import Theano >>> and also >>> >>> import theano >>> import theano.tensor as T >>> from theano.tensor.shared_randomstreams import RandomStreams >>> >>> However, >>> >>> When I want to import this: >>> >>> *from logistic_sgd import LogisticRegression, load_data >>> * >>> >>> I receive this error: >>> >>> >>> *ImportError Traceback (most recent call last) >>> <ipython-input-2-3ef4cc435137> in <module>() ----> 1 from logistic_sgd >>> import LogisticRegression, load_data ImportError: No module named >>> logistic_sgd* >>> >>> >>> >>> >>> Is there any possibility that there something wrong with my path? >>> >>> Can anyone help me out please :/ >>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "theano-users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
