Skip to content
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

dvc add uses non recognized options #43

Open
KansaiUser opened this issue Dec 2, 2024 · 0 comments
Open

dvc add uses non recognized options #43

KansaiUser opened this issue Dec 2, 2024 · 0 comments

Comments

@KansaiUser
Copy link

In your dvc work you used

dvc add ../models/best-checkpoint.ckpt --file trained_model.dvc

which

  1. Added unnecessary complexity that is wrecking the rest of the course
  2. Uses --file which is not recognized by dvc as you can see here https://dvc.org/doc/command-reference/add

Due to this, chapter 6 doesnt work either, and you forgot to mention that in chapter 4 you changed the dvc target to the onnx model. why ? I have no idea

Now dvc pull works manually, but not in github actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant