Some bugs in documents

When I translate the documents of pytorch, I find some errors in it. As below:
1.the avg_pool3dhttp://pytorch.org/docs/nn.html#avg-pool3d, in which the kt should be dt
2. the avg_pool2dhttp://pytorch.org/docs/nn.html#avg-pool2d, in which the explanation of parameters ceil_mode and count_include_pad cannot be understanding.

I want to update the topic all the time to improv the quality of the English and Chinese documents. How about your opinions?@smth @apaszke

1 Like

thanks for pointing these out. Yes, please do send more issues with the docs by updating this topic / adding new comments.
I’ll fix these docs in master.

3 Likes

these suggestions are now fixed via https://github.com/pytorch/pytorch/commit/7dd8571bc6002315b4de72a2b5b03a189527a379

1 Like

Ok.Thank you for your fix.

I open a new issue in the repository. Then we(the Chinese document translation group) will gradualy add the mistakes we find to this issue.And in the next week our translation will be finished.