'Arnold Tunick' via theano-users
2017-10-26 22:53:15 UTC
Hi Pascal,   How have you been. Sorry to hear that Theano is coming to an end. I sincerely appreciate all of the help that you and Fred have provided. My work with a CNN in Theano has benefited greatly from your expert recommendations.
   I have now installed the latest version of Theano v0.9.0 on a new windows notebook along with Python 3.6 using Miniconda3.      I wanted to know how to implement the .theanorc.txt configurations in the new version of Theano. I found in the documents at http://deeplearning.net/software/theano/library/config.html that "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
      THEANORC="C:\SciSoft\.theanorc.txt"  The python >> prompt returned with no error messages.
    Is this the correct implementation to modify the .theanorc configurations?
Best,Arnold
   I have now installed the latest version of Theano v0.9.0 on a new windows notebook along with Python 3.6 using Miniconda3.      I wanted to know how to implement the .theanorc.txt configurations in the new version of Theano. I found in the documents at http://deeplearning.net/software/theano/library/config.html that "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
      THEANORC="C:\SciSoft\.theanorc.txt"  The python >> prompt returned with no error messages.
    Is this the correct implementation 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 theano-users+***@googlegroups.com.
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 theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.