-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Hello there!
Congratulations in all the advancements related to DVCLive and bringing out a easier and straightfoward manner to conduct machine learning experiments ! 🥇
Under the context of Neural Machine Translation Tutorial and executing dvc exp run train_transformer , Im facing some unexpected behavior that I would like to share with you .
-
Live metrics are not being displayed in plots or in table. I´m guessing something is wrong with my dvc.yaml file ?
I´ve changed the paths for metrics and follow documentation with code above . I know the model is training because I can print the metrics on CLI. I might be missing something , so apologies in advance ... -
Super minor . This warning appears more than 20 times in between the printing of the metrics in CLI
WARNING:dvclive:`post_to_studio` `data` event failed. Data will be resent on next call.
Not making any harm per se , just a little bit annoying in between printing metrics in epochs.
Thanks in advance for the time dedicated to this, and congratulations !!