Open lucky1177214 opened 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
it is very slow in CN Mainland. Better "wget -c the file" before running the code.
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