Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Demo updates #1618
Demo updates #1618
Changes from 1 commit
f90889b
ac0d266
d0be7a5
63e1948
d91ec4d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daavoo can you push this to the remote if you still have it. Please and thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Q] After running an experiment for
diff
we now have:/demo add-exp-data !7 ❯ dvc diff Added: training_metrics/images/missclassified.jpg training_metrics/report.html training_metrics/scalars/acc.tsv training_metrics/scalars/loss.tsv Modified: model.pt predictions.json training_metrics.json training_metrics/ files summary: 4 added, 3 modified
but in
dvc list . -R --dvc-only
we only get:❯ dvc list . --dvc-only -R data/MNIST/raw/t10k-images-idx3-ubyte data/MNIST/raw/t10k-images-idx3-ubyte.gz data/MNIST/raw/t10k-labels-idx1-ubyte data/MNIST/raw/t10k-labels-idx1-ubyte.gz data/MNIST/raw/train-images-idx3-ubyte data/MNIST/raw/train-images-idx3-ubyte.gz data/MNIST/raw/train-labels-idx1-ubyte data/MNIST/raw/train-labels-idx1-ubyte.gz model.pt
Should these files be tracked by DVC so that we can showcase the SCM view/decorations accordingly or is that bad practice?
full output from list:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its completely use case dependent. we usually set
cache: false
for files that are small enough to be tracked by git.If It makes more sense for the VSCode demo, there is nothing wrong with removing the
cache: false
lines and track everything with DVCThis file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: why removing this? (to make it cleaner?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep. It's just additional column in table not really a parameter to configure
Large diffs are not rendered by default.