-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
exp show: show only changed parameters #5966
Comments
@ciaochiaociao Hello, first thanks for your suggestion. Currently |
Yes, right now I kind of write a bash script to automate running |
I have similar use-case to @ciaochiaociao. I have 10 experiments I want to show the results of in a table. Together they differ over 4 of ~20 parameters that I am tracking. I can include only the 4 parameters, but it seems trivial yet very convenient to provide some |
Use TabularData `drop_duplicates` to only show metrics/params with values varying across the selected experiments. Fixes #5966
Use TabularData `drop_duplicates` to only show metrics/params with values varying across the selected experiments. Fixes #5966
Use TabularData `drop_duplicates` to only show metrics/params with values varying across the selected experiments. Fixes #5966
Currently I have tens of parameters in my
params.yaml
. After Idvc exp run --queue
several experiments anddvc exp show
, it is hard for me to recognize the parameters I just set. I know I could use--include-params or --exclude-params
, but it somehow just takes me some efforts to list my previous commands, recall what I have changed inparams.yaml
before queuing. It would be nice to just show the changed parameters indvc exp show
, e.g., viadvc exp show --only-changed
The text was updated successfully, but these errors were encountered: