AlexHex7 / Non-local_pytorch

Implementation of Non-local Block.
Apache License 2.0
1.57k stars 278 forks source link

Confusion on max_pool in non-local block #40

Open Holmes-GU opened 4 years ago

Holmes-GU commented 4 years ago

Hi, I am wondering why the kernel size in non-local block for 3D is (1,2,2) rather than (2,2,2)? Thanks

AlexHex7 commented 4 years ago

Hi @Holmes-GU , maybe you can find the answer in here https://github.com/AlexHex7/Non-local_pytorch/issues/17 .