I recently started using the wandb.Api()
in order not to manually download all the Charts in .csv
format.
The problem is that I cannot get consistent results, most of the times that I call the API in a jupyter-notebook I get different results.
I have made public one of my dashboards to tackle this issue. Here is a screenshot with a reproducible example:
In order to obtain the csv_val_f1
variable one just needs to download the Val F1
chart. Two things can be seen here:
- Multiple runs of the same code produce different results
- The maximum value obtained by the API differs from the maximum value obtained by manually downloading the
.csv
version of the Chart.
Any ideas on what Iām missing?