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

HTTP Error in Colab Demo #27

Open
BlueCat-de opened this issue Dec 11, 2023 · 0 comments
Open

HTTP Error in Colab Demo #27

BlueCat-de opened this issue Dec 11, 2023 · 0 comments

Comments

@BlueCat-de
Copy link

The following error occurs in the colab demo:

Downloading: "https://image-editing-test-12345.s3-us-west-2.amazonaws.com/checkpoints/church_outdoor.ckpt" to /root/.cache/torch/hub/checkpoints/church_outdoor.ckpt

HTTPError Traceback (most recent call last)
in <cell line: 5>()
3 data_name = "lsun_church"
4 sample_step = 3
----> 5 model, betas, num_timesteps, logvar = load_model(dataset, category, "church.yml")
6 total_noise_levels = 500
7 SDEditing(betas, logvar, model, data_name, sample_step, total_noise_levels, n=3)

8 frames
/usr/lib/python3.10/urllib/request.py in http_error_default(self, req, fp, code, msg, hdrs)
641 class HTTPDefaultErrorHandler(BaseHandler):
642 def http_error_default(self, req, fp, code, msg, hdrs):
--> 643 raise HTTPError(req.full_url, code, msg, hdrs, fp)
644
645 class HTTPRedirectHandler(BaseHandler):

HTTPError: HTTP Error 403: Forbidden

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

1 participant