Pix2pix 程序在发出 Tensorflow 的线程警告后终止

Pix2pix program terminates after giving Thread warning of Tensorflow

我正在尝试 运行 https://github.com/eriklindernoren/Keras-GAN/blob/master/pix2pix/pix2pix.py

python pix2pix.py

执行终止给出以下消息

Using TensorFlow backend.
WARNING:tensorflow:From C:\Users\kulkarni\Anaconda3\lib\site-packages\tensorflow\python\framework\op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.
2019-05-29 14:43:23.767965: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
2019-05-29 14:43:23.770965: I tensorflow/core/common_runtime/process_util.cc:71] Creating new thread pool with default inter op setting: 4. Tune using inter_op_parallelism_threads for best performance.

尝试了 Why Keras model on "bare" CPU is faster? 给出的解决方案,但没有成功。

我 运行在 Windows 7 Intel i3 CPU 64 位机器上安装这个。

如何正确设置才能获取验证码运行ning?

它没有抛出任何错误。所以我猜脚本没有找到训练数据集。尝试下载数据集并再次尝试 运行。

bash download_dataset.sh facades
python pix2pix.py