Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/tensorflow/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Pix2pix程序在发出Tensorflow线程警告后终止_Tensorflow_Keras_Deep Learning_Generative Adversarial Network - Fatal编程技术网

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

Pix2pix程序在发出Tensorflow线程警告后终止,tensorflow,keras,deep-learning,generative-adversarial-network,Tensorflow,Keras,Deep Learning,Generative Adversarial Network,我想跑 执行终止,并给出以下消息 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

我想跑

执行终止,并给出以下消息

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.
尝试了在给出的解决方案,但没有成功

我在Windows7英特尔i3CPU 64位机器上运行这个


如何进行适当的设置以使代码运行?

它不会引发任何错误。所以我猜脚本没有找到训练数据集。尝试下载数据集,然后再次尝试运行它

bash download_dataset.sh facades
python pix2pix.py

谢谢你的猜测是对的。虽然数据文件在那个里,但它并没有被删除。一旦我这么做了,死刑就继续执行了。
bash download_dataset.sh facades
python pix2pix.py