@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 you mind to shed some light on this? Thx!
@yidarvin
A question on your documentation in "layers.py":
This is not consistent with "NHWC" convention of tensorflow, cf https://www.tensorflow.org/api_docs/python/tf/nn/conv2d
Do you mind to shed some light on this? Thx!