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

Follow 301 redirects in the bash script that downloads the models #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jkremser
Copy link

Fixes #143

@jspitzen
Copy link

Isn't the underlying issue here that the files are no longer accessible through http, but only https? imo, altering the BASE_URL to BASE_URL="https://cs.stanford.edu/people/jcjohns/fast-neural-style/models/" is a better solution than following the 301

@jwittenbach
Copy link

I can confirm that simply switching the base URL to use HTTPS instead of HTTP does work. However, updating the curl commands to follow redirects is probably also good in case the files move again.

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

Successfully merging this pull request may close these issues.

3 participants