`exp show`: Include data files.
See original GitHub issueIf an user modifies data files in between dvc exp run
calls, the change is not reflected in the table generated by dvc exp show
.
In Studio users can view information of the data files associated to each experiment
. I think it would be nice to include similar information in the table generated by dvc exp show
.
Ideally, the feature would have the same options available for metrics
and params
(i.e. --include-files
/--exclude-files
).
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:14 (8 by maintainers)
Top Results From Across the Web
exp show | Data Version Control - DVC
Displays experiments and checkpoints in a detailed table which includes their parent and name (or hash), as well as colored columns for (left...
Read more >dvc exp run: experiment metrics are not reported ... - GitHub
I'm running my training script on /dev/mapper/system-home and it outputs data (model checkpoints, metrics) in /data/.cache located on another ...
Read more >DVC (Git For Data): A Complete Intro - DEV Community
Note here that a dvc add command accepts arguments which are data or model file names that you want DVC to track. All...
Read more >.EXP files
On 3/10/06 6:48 PM, "LUIS F MENEZES" <lmenezes at="" jhmi.edu=""> wrote: > Hi, > I am trying to work with GEO dataset GSE2180,...
Read more >Export to Text Data Files with Low-Level I/O - MathWorks
View the contents of the file using the type function. type exptable.txt. Exponential Function 0.000000 1.000000 0.100000 1.105171 0.200000 1.221403 0.300000 ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
In addition, we could show the
rev
(or other selectable property, line in Studio https://github.com/iterative/studio-support/issues/16)Another idea here is to encourage use of the
desc
field and show that in the table.