Skip to content

shrnkm/deep-bottleneck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Status Build status

Documentation

To build the documentation locally run

$ cd docs
$ make html

The generated files will be found in the build/ directory.

MongoDB

For using sarcred MongoDB instance is required. To start a new instance on a server with docker run

$ docker run --name my_mongo -d -p 27017:27017 mongo

or better with express web frontend and authentification

$ infrastructure
# Adapt username and password
$ docker-compose up

Then put the IP address of your server and the credentials into the MongoObserver of experiment.py.

To connect with sacredboard run

$ sacredboard -m <IPADDRESS>:27017:<DBNAME>

or with authentification

$ sacredboard -mu mongodb://<user>:<pwd>@<host>/?authMechanism=SCRAM-SHA-1 <db_name> 

About

Repository of the Study Project "Understanding learning in deep neural networks with the help of information theory"

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 84.2%
  • Python 15.5%
  • Shell 0.3%