Sichao Liu(刘思超)
Sichao Liu(刘思超)
你好,可以提供下具体的使用场景及你的相关环境吗?例如手机机型+手机rom版本号+对应的特性?这样方便我们进行问题定位?
Yes, I have meet with the same problem
python test1.py --device=cpu --data_format=NHWC WARNING:tensorflow:From test1.py:122: read_data_sets (from tensorflow.contrib.learn.python.learn.datasets.mnist) is deprecated and will be removed in a future version. Instructions for updating: Please use alternatives such as official/mnist/dataset.py from tensorflow/models....
I use a likely solution but it does not work for me: [Default MaxPoolingOp only supports NHWC #82](https://github.com/tensorflow/benchmarks/issues/82)
I have deal with this problem. data_format="NCHW". This data format is for GPU training. So you need to train it in GPU machine