Hello! I'm not an expert, but logically, since when you hit "debug" with
the script in Spyder, you should see on the console something like:
debugfile('C:/some_folder/convnet.py', wdir=r'C:/some_folder')
then I think you just have to add the arguments to the runfile method call
(as per the docstring), i.e.:
debugfile('C:/some_folder/convnet.py', args='--epochs=300
--data-path=G:\zsh\data\cifar-10-py-colmajor
--save-path=G:\zsh\2paper\source-code\save --test-range=6',
wdir=r'C:/some_folder')
See if this works!
Roberto
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.