-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
frameworks: Use log_artifact
#465
Comments
Even better would be if DVCLive can inspect if other callbacks are being used to save the model and use |
See also #472: if we have a |
Thanks! First need to settle the discussion on how to handle |
If the file is part of the outputs of a stage, then the WARNING:dvclive:Failed to dvc add model.h5: cannot update 'model.h5': not a data source Therefore, what should be the best practice in terms of staging? Does the stages:
train:
[...]
outs:
- model.h5
- [...] Solutions found ()In those solution, a
In this other solution, the file is being saved only after the training (this is not what I want either):
|
Hi @SH2282000 , the |
Once #378 is done, it would be nice to automatically use it under the hood in the frameworks where we currently support saving the model, i.e.:
dvclive/src/dvclive/keras.py
Lines 49 to 53 in 41d12d7
To:
The text was updated successfully, but these errors were encountered: