-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
WandB HTTP 404 error #89
Comments
full traceback: During handling of the above exception, another exception occurred: Traceback (most recent call last): fair warning, I'm a complete noob with python. I don't want to run this in WSL since I want full access/performance from my GPU/TPU on my 3080 |
Did you change anything in the code prior to running it? Regardless, this error seems to be related to wandb. |
It was an issue with the auto generated anonymous profile so I disabled it and it fixed it, but I had issues with other dependancies so I went with WSL like people were saying and its alot better, I just need to fix CUDA now, but it works on CPU fine (very slowly) |
misclicked, the issue is still unresolved but I made a workaround. It involved wandb anonymous is MUST. I deleted it and it fixed the issue, but my DALLE is still broken on Windows but I dont really care honestly since wsl is fine |
\Python310\site-packages\requests\models.py", line 1022, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://api.wandb.ai/graphql
During handling of the above exception, another exception occurred:
wandb.errors.CommError: Permission denied to access anony-mouse-327149/uncategorized/1gdhrgr6
The text was updated successfully, but these errors were encountered: