I found there is a lot of convolution function in pytorch github. So, I have some questions.
- How to call their function, I open the whole file, but it still can’t run.
- I want to use our function and trying to put it into torch conv2D. Will it work ?
I found there is a lot of convolution function in pytorch github. So, I have some questions.
Do not mind modifying the official file, as this is likely to lead to some puzzling bugs. It is recommended to inherit the parent function and override your method.