Weights & Biases
Weights & Biases helps you keep track of machine learning projects. Use it to log hyperparameters and output metrics from your runs or to visualize and compare results.
Create a new cell and execute the following lines, replacing the token
!pip install --upgrade wandb
!wandb login <your_wandb_token>
You can also follow the quickstart and complete the same steps through Deepnote's terminals.