Receptive-Field-in-Pytorch icon indicating copy to clipboard operation
Receptive-Field-in-Pytorch copied to clipboard

Numerical Computation of Receptive Field in Pytorch

Results 3 Receptive-Field-in-Pytorch issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm getting this runtime error, caused by the "if m.bias:" line

Thank you for this nice code. I observe that it has been written for Python2. Is there a version compatible for Python3? Thankyou

Hi @rogertrullo, Thanks for sharing this. While computing the receptive field of a network with a sigmoid in the forward pass, the gradient does not flow as expected, probably because...