Tag: tensorflow ioerror

由对等错误TensorFlow重置连接

我正在尝试使用TensorFlow和Docker构build图像识别器程序当我尝试使用以下代码训练分类器时,我不断收到以下错误: python tensorflow/examples/image_retraining/retrain.py \ –bottleneck_dir=/tf_files/bottlenecks \ –how_many_training_steps 500 \ –model_dir=/tf_files/inception \ –output_graph=/tf_files/retrained_graph.pb \ –output_labels=/tf_files/retrained_labels.txt \ –image_dir /tf_files/flower_photos 因此: socket.error: [Errno 104] Connection reset by peer 然后当我再次运行代码时,我得到了错误: IOError: CRC check failed 0x76f1f85e != 0x6caceac0L 有什么build议么?