Hi Peter,Hi Fred, How have you been. Sorry to hear that Theano is coming to an end. As I recently wrote to Pascal, I truly appreciate all of your expert help. I am in the middle of a project using an implementation of a CNN in Theano so I have to ask the following question: I have just installed the latest version of Theano v0.9.0 on a new windows notebook using Miniconda3 along with Python 3.6, MSVS 2015, and Cuda 8.0.6.1. I need to know how to implement the .theanorc.txt configurations in the new version of Theano. I found in the document at http://deeplearning.net/software/theano/library/config.html that; 1) The location[s] of the .theanorc file[s] in ConfigParser format. It defaults to $HOME/.theanorc. On Windows, it defaults to $HOME/.theanorc:$HOME/.theanorc.txt to make Windows users’ life easier. and 2) to load configuration files {.theanorc} in the current working directory, append .theanorc to the list of configuration files, e.g. THEANORC=~/.theanorc:.theanorc. Therefore in a python shell I did the following: import theano The python >> prompt returned with no error messages. THEANORC="C:\SciSoft\.theanorc.txt" The python >> prompt returned with no error messages. Is this a viable way to modify the .theanorc configurations? Best,Arnold
-- --- 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.
