-
Notifications
You must be signed in to change notification settings - Fork 49
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
Questions about VNMaxPool #11
Comments
Hi @guochengqian, Thank you. (cc. @FlyingGiraffe ) |
@Julien-Gustin Hi thanks for ping. No I quit on this problem. |
Hi, @FlyingGiraffe. Thanks for open-sourcing your codes. |
I tried using softargmax but still ended up with the same error (in DDP mode); therefore finally went for the softmaxpool instead of hardmaxpool. This ensures differentiability and update to the
|
Dear @FlyingGiraffe,
Thanks for your impressive work.
I have a question about the VNMaxPool layer. You used the argmax to select the idx of the pooled features. However, the idx is not differentiable, and thus the
self.map_to_dir
layer will not be updated anyway.vnn/models/vn_layers.py
Line 139 in f3197e2
Could you explain this a little bit? Maybe I am wrong.
Thank you very much!
The text was updated successfully, but these errors were encountered: