-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transformers #21
Comments
Hi, unfortunately not, this library is implemented to work with CNNs. I also believe that receptive field for Transformers may not be well defined as in the case of CNNs. |
Is there any way to calculate the receptive field of the pre-trained CNN models in the pytorch? I could not calculate the receptive fields of vgg, resnet, densenet and many more using this code. Thanks |
You may try to look at this example https://github.com/shelfwise/receptivefield#pytorch-minimal---copypaste-example |
i tried those examples but it didnot work in the pretrained models from the pytorch |
Hello, great job on this repo! Are there any plans to make it work with Transformers?
The text was updated successfully, but these errors were encountered: