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

PyTorchModelFromScratch training script #66

Open
hnky opened this issue Nov 8, 2021 · 1 comment
Open

PyTorchModelFromScratch training script #66

hnky opened this issue Nov 8, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@hnky
Copy link

hnky commented Nov 8, 2021

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

@hnky hnky added the bug Something isn't working label Nov 8, 2021
@MaxStrange
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants