liuyi999111

Results 3 comments of liuyi999111

In pooling-output.c this file seems to have a bug in line 51. `Const size_t t = x * stride_height + j - padding_left;` should be: `Const size_t t = x...

The mean pooling method looks easy on the basis of the max pooling method. I can help you implement these simple functions.

@TekiLakshmanSundeep I also have this problem. `version = '1.1' group = 'foo'` It work for me.