Skip to content

Tracking automatically generated parameters #10248

Answered by dberenbaum
371258 asked this question in Help
Discussion options

You must be logged in to vote

Thanks for the details! A few things I notice:

  1. You may want to write the params and other dvclive outputs to a different directory than where you save the optuna database. It may be that optuna is deleting the files inside dvclive. Could you try to either change the dvclive path (with Live("some_other_dir") as live:) or change the optuna path?
  2. At the bottom of the dvc.yaml, it lists the params path as params.yaml instead of dvclive/params.yaml. Not sure whether that was added by you or automatically by dvclive, but there should be a path there to dvclive/params.yaml.
  3. You may wish to add the directory you use for DVCLive to the outs section of the train stage (you can add cache: false if …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@dberenbaum
Comment options

Answer selected by 371258
@371258
Comment options

@dberenbaum
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants