mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Summary: Model downloader was broken after the move on s3 to the vanity url, download.caffe2.ai. Using this as the url base hits a redirect, and will result in the script throwing a 403 error. Rather than upgrading to urllib2 or putting in a bunch of code to handle a redirect on urllib, we can just use the non-vanity base url. Closes https://github.com/caffe2/caffe2/pull/1020 Reviewed By: Yangqing Differential Revision: D5568686 Pulled By: aaronmarkham fbshipit-source-id: d88a6b3e1b7955835fc03b036dc54dec48316e7f |
||
|---|---|---|
| .. | ||
| seq2seq | ||
| __sym_init__.py | ||
| download.py | ||
| resnet.py | ||
| resnet_test.py | ||