You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to do dvc add gs://$BUCKET/testing/images and it's giving me the error that the file does not exist but if I give dvc add gs://$BUCKET/testing/images/$image_name that works fine.
I think i should be able to add directory to dvc add command. My folder gs://$BUCKET/testing/images contains about 2000 files.
What is the problem here, am i doing something wrong or is it some problem with dvc?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
dvc version = 0.50.1
Platform = DEB(Linux)
Installation method = pip
I am trying to do dvc add gs://$BUCKET/testing/images and it's giving me the error that the file does not exist but if I give dvc add gs://$BUCKET/testing/images/$image_name that works fine.
I think i should be able to add directory to dvc add command. My folder gs://$BUCKET/testing/images contains about 2000 files.
What is the problem here, am i doing something wrong or is it some problem with dvc?
Thanks in advance.
The text was updated successfully, but these errors were encountered: