Save cache, Bae will you love you.
This project owes a great debt to the Vel project from MillionIntegrals. I have basically been pulling apart his API to better understand it. As of right now, this API is nearly identical to that project. Things may be adapted and diverge from Vel as time goes on in order to suit specific needs.
For references, tutorials, and examples check out our documentation.
The command line interface for BayesCache is as follows:
python -m bayescache.launch CONFIGFILE COMMAND --device PYTORCH_DEVICE -r RUN_NUMBER -s SEED
From Sources:
You can either clone the public repository:
git clone git://github.com/yngtodd/bayescache
Or download the tarball:
curl -OL https://github.com/yngtodd/bayescache/tarball/master
Once you have a copy of the source, you can install it with:
python setup.py install