google / compare_gan

Compare GAN code.
Apache License 2.0
1.82k stars 319 forks source link

http error 409 conflict #42

Open lucky1177214 opened 4 years ago

lucky1177214 commented 4 years ago

INCEPTION_URL = "http://download.tensorflow.org/models/frozen_inception_v1_2015_12_05.tar.gz"

tfgan.eval.get_graph_def_from_url_tarball(url=INCEPTION_URL,filename=INCEPTION_FROZEN_GRAPH,tar_filename=os.path.basename(INCEPTION_URL))

执行上述代码会出现 http error 409: conflict

zengsn commented 4 years ago

it is very slow in CN Mainland. Better "wget -c the file" before running the code.