Xusong Chen

Results 4 comments of Xusong Chen

因为`tensorflow version > r0.12 `, `tf.split`的参数位置换了,打开vgg_preprocessing.py, 将` tf.split(2, num_channels, image)`修改为`tf.split(image, num_channels, 2)` 参考链接:http://stackoverflow.com/questions/41842440/tensorflow-input-split-dim-of-split-op-has-type-float32-that-does-not-matc

@todvora Hi, I meet same error. my book.json is ``` { "gitbook": "3.x.x", "plugins": ["mathjax", "multipart", "image-captions"], "links": { "sidebar": { "Contact us / Support": "https://www.gitbook.com/contact" } }, "pluginsConfig": {...

@kuitang Hello, I met same question. And I use 'Microsoft Visual C++ 2013 Professional' compiler, but it does not work. Error lists are as follows: ``` Building with 'Microsoft Visual...