I am testing the client-server MNIST example. What I'm seeing is one of two behaviours. Either both the client and server hung up without returning any answers, or one of them is killed. For more ...
主要给项目添加了数据集,包括train_data,train_label,test_data,test_label.写了解析数据集的代码input_file ...