pytorch / examples

A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
https://pytorch.org/examples
BSD 3-Clause "New" or "Revised" License
22.21k stars 9.51k forks source link

In example DCGAN, curl timed out #1040

Open ShiboXing opened 2 years ago

ShiboXing commented 2 years ago

Your issue may already be reported! Please search on the issue tracker before creating one.

Context

Your Environment

Expected Behavior

dcgan finishes without errors

Current Behavior

dcgan fails with exceptions

Possible Solution

Steps to Reproduce

  1. cd examples
  2. bash run_python_examples.sh "install_deps, dcgan"

Failure Logs [if any]

Downloading classroom train set
--
181 | curl: /opt/conda/lib/libcurl.so.4: no version information available (required by curl)
182 | % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
183 | Dload  Upload   Total   Spent    Left  Speed
...
curl: (18) transfer closed with 3277022655 bytes remaining to read

...
Some examples failed:

couldn't unzip classroom

I know this is a thrid-party repo issue, which I have already raised in lsun repo Is it possible that you could have a solution on your end? The request speed of the domain http://dl.yf.io is just slow in general.

Thank you!

hudeven commented 2 years ago

@ShiboXing thanks for reporting the issue! Let's see if we can get any solution from https://github.com/fyu/lsun/issues/46

Before that, I'm fixing the flaky test by using fake data in #1044