We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
After submitting the training job: run = experiment.submit(config)
The training script gives an error: User program failed with HTTPError: HTTP Error 404: Not Found
Driver log attached: 70_driver_log.txt
The text was updated successfully, but these errors were encountered:
Looks like this line:
Downloading: "https://github.com/pytorch/vision/archive/master.zip" to /root/.cache/torch/hub/master.zip
Fails with a 404. Looks like they changed from "master" to "main". So:
"https://github.com/pytorch/vision/archive/main.zip"
Should work. I'll look at where this line is happening in the script and see what I can do about updating it. Thanks for pointing this out.
Sorry, something went wrong.
MaxStrange
No branches or pull requests
Describe the bug
After submitting the training job:
run = experiment.submit(config)
The training script gives an error:
User program failed with HTTPError: HTTP Error 404: Not Found
Driver log attached:
70_driver_log.txt
The text was updated successfully, but these errors were encountered: