GaborNet
GaborNet copied to clipboard
Hi Andrey, I have a couple of questions about calculate_weights(). 1. in line 106-109, why do you need expand_as(self.y)? 2. in line 118, why do you need to divide g...
Hello, thanks for your great work! Can you explain to me why the following code can make weights fixed in the eval mode? What is the function of the parameter...
Remove loops https://github.com/iKintosh/GaborNet/blob/a10437135d8907cb4b1257a2e6b2e435626e9cbb/GaborNet/GaborLayer.py#L103-L119
https://github.com/iKintosh/GaborNet/blob/a10437135d8907cb4b1257a2e6b2e435626e9cbb/GaborNet/GaborLayer.py#L52-L60
https://github.com/iKintosh/GaborNet/blob/a10437135d8907cb4b1257a2e6b2e435626e9cbb/GaborNet/GaborLayer.py#L52-L60
Hi guys, I was wondering if you have any available pretrained weights for the GaborLayer?