Reputation: 1036
I got an idiot question, (in Ubuntu OS) could someone tell me where is the default location of Keras? I'll need to change the configuration file.
Upvotes: 1
Views: 5021
Reputation: 1036
For ubuntu os, the default location is:
usr/lib/local/lib/python2.7/dist-packages/
Where you can find other files Theano
, Tensorflow
as well. It is convenient to check the source codes and customise your own low level functions.
Upvotes: 2