Welcome to DECAF’s documentation!

Quick Start

  1. Clone the repository

  2. Run the following commands in the root directory

` Setup.bat `

` docker-compose build `

` docker-compose up `

  1. 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> `

Indices and tables