-
Notifications
You must be signed in to change notification settings - Fork 42
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
Can i apply the same method to 3D conv? #14
Comments
ex ) class Conv3d(nn.Conv3d):
|
Sure. WS should be also applicable to 3D convolution. Thanks. |
Thank you very much for your kind reply. |
Hi did you manage to run this in 3D convolution? I edited his codes to have the same exact one as yours, but I had errors running it in pytorch. I figured it might because I coded it wrongly. Thank you. |
Note, you can more cleanly implement the averaging step via: |
Can i apply the same method to 3D conv?
The text was updated successfully, but these errors were encountered: