jiandai
jiandai
Here is the error: ``` 127.0.0.1 - - [2017-04-08 00:08:57] "POST /publish/epoch/end/ HTTP/1.1" 500 161 0.000000 Traceback (most recent call last): File "C:\Anaconda3\lib\site-packages\gevent\pywsgi.py", line 884, in handle_one_response self.run_application() File "C:\Anaconda3\lib\site-packages\gevent\pywsgi.py",...
@yidarvin A question on your documentation in "layers.py": - layer: (tensor.4d) input of size [batch_size, layer_width, layer_height, channels] This is not consistent with "NHWC" convention of tensorflow, cf https://www.tensorflow.org/api_docs/python/tf/nn/conv2d Do...