das.tracking

Utilities for logging training runs.

We currenlty have integrations for tensorboard, and wandb.ai. While tensorboard is integrated with tensorflow. To use wandb you’ll have to install the wandb API: “pip install wandb” or “conda install wandb -c conda-forge”.

Classes

Wandb([project, api_token, entity, params, ...])

Utility class for logging to wandb.ai during training.