complexPyTorch icon indicating copy to clipboard operation
complexPyTorch copied to clipboard

Fix args for ComplexAvgPool2d

Open jackhwalters opened this issue 3 years ago • 0 comments

Need to replace dilation and return_indices args with count_include_pad and divisor_override args to be compatible with torch.nn.functional.avg_pool2d

jackhwalters avatar Jan 07 '22 21:01 jackhwalters