I am now using win7 and python2.7.
I have already installed pylearn2 and download the data_set successfully. So I am gonna Train the model in step2.
However, using anaconda prompt, from the directory of C:\Anaconda2\Lib\site-packages\pylearn2\pylearn2\scripts\tutorials\grbm_smd( this is my drectory), when I run "train.py cifar_grbm_smd.yaml" ,
an error occurs meaning: 'train.py is not either an internal or external command, and can not be executable' like this below:

when I run "python ../../ train.py cifar_grbm_smd.yaml" it shows:

Can anyone help me to solve this problem, thanks!