Ludwig Zhou
Ludwig Zhou

Reputation: 1036

Where is default location of Keras in Ubuntu OS

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

Answers (1)

Ludwig Zhou
Ludwig Zhou

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

Related Questions