Welcome to DECAF’s documentation!
Quick Start
Clone the repository
Run the following commands in the root directory
`
Setup.bat
`
`
docker-compose build
`
`
docker-compose up
`
Navigate to
`localhost:5000`in your browser
You can modify the settings in the .env file.
Logging to wandb
To log runs to wandb, create a file called secrets.env in the root directory with the following contents:
`
WANDB_API_KEY=<your api key>
`