-
Notifications
You must be signed in to change notification settings - Fork 394
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
get-started: cache: false
explanation
#1508
Comments
@skshetry not sure I follow, could you elaborate please? (or even better suggest the way you think it should be). |
Something like this?
|
ah, I see ... to be honest, I think it's fine to keep it simple, in 99.9% cases this is cache false means that those files are indeed tracked directly with Git. I haven't see any other cases yet at least. We can do something like "In this case cache: false means that those files are small enough to be versioned with Git". |
Still, |
yep, still in this case it's totally fine since we talk about metrics and plots file specifically - Get started is not command reference - no need to be mathematically precise. |
@shcheklein, it's under "Expand to see what happens under the hood", so, we can explain that detail, or we could rephrase it as,
Also, I see that |
@skshetry I don't have a strong opinion on this - to my mind both ways (the current one and the one you suggested) are fine for this section and the meaning more or less the same. So, feel free to make a PR. The essence is the same - we version files directly with Git since, and we do this usually when they are small enough. I would still try to keep language simple and mention that files are small though.
I would say it's a bit of a legacy that we explain flags in such details. But good point, and we can add that info if it's hidden. |
If you are going ahead with this change, can I take this up? |
@utkarshsingh99 absolutely! feel free to create a PR. |
dvc.org/content/docs/start/experiments.md
Lines 51 to 52 in 2fb72f7
The
cache: false
is an intention to do what's explained, it's not what it means though.The text was updated successfully, but these errors were encountered: