Log to wandb
All threads resolved!
All threads resolved!
Closes #61 (closed)
Merge request reports
Activity
assigned to @starride
requested review from @yschneider
Here is some basic support for Weights & Biases.
I have created a public dashboard to see what is actually being logged: https://wandb.ai/starride-teklia/PyLaia%20demo.
- Resolved by Solene Tarride
- Resolved by Solene Tarride
It's working as expected:
- Running
pylaia-htr-train-ctc --config experiment-popp/config_train.yaml --trainer.max_epochs 1
will create a localmetrics.csv
file - Running
pylaia-htr-train-ctc --config experiment-popp/config_train.yaml --trainer.max_epochs 1 --train.log_to_wandb true
will create a localmetrics.csv
file and publish logs in W&B
- Running
mentioned in commit 5d2e9c85
Please register or sign in to reply