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

UsageError: Invalid project name '/content/drive/MyDrive/yolov10': cannot contain characters '/,\\,#,?,%,:', found '/' #467

Open
adindravickarega opened this issue Oct 21, 2024 · 1 comment

Comments

@adindravickarega
Copy link

I am currently training YOLOv10 model in Google Colab using Custom Dataset, with the training progress saved in Google Drive folder. However, when i try to resume the training, the following error message shows :

/usr/local/lib/python3.10/dist-packages/wandb/sdk/wandb_settings.py in _validate(self, value)
568 )
569 for v in _validator:
--> 570 if not v(value):
571 # failed validation will likely cause a downstream error
572 # when trying to convert to protobuf, so we raise a hard error

/usr/local/lib/python3.10/dist-packages/wandb/sdk/wandb_settings.py in _validate_project(value)
1023 invalid_chars = {char for char in invalid_chars_list if char in value}
1024 if invalid_chars:
-> 1025 raise UsageError(
1026 f"Invalid project name {value!r}: "
1027 f"cannot contain characters {','.join(invalid_chars_list)!r}, "

UsageError: Invalid project name '/content/drive/MyDrive/yolov10': cannot contain characters '/,\,#,?,%,:', found '/' . How to resolve the problem ?

@Adelith74
Copy link

Facing the same issue

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

2 participants