-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Add nn.quantized.Conv3d #29813
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
Add nn.quantized.Conv3d #29813
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D18467749 |
|
Link to #28480 |
|
Thanks for working on this. Overall it looks good. Check the OSS lint issues such as |
77c2f7e to
e7da65e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D18467749 |
e7da65e to
889da0d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D18467749 |
889da0d to
6474b6f
Compare
|
This pull request was exported from Phabricator. Differential Revision: D18467749 |
Done |
houseroad
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a TODO?
test/test_quantized_nn_mods.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
input_feature_map_size => in_feature_map_size?
Summary: Pull Request resolved: pytorch#29813 Add nn.quantized.Conv3d Test Plan: buck test mode/dev-nosan //caffe2/test:quantized -- "conv" Reviewed By: jianyuh Differential Revision: D18467749 fbshipit-source-id: 3f992de8f4100f3bd7ba696a6e8943d027d8b2f8
6474b6f to
037f245
Compare
|
This pull request was exported from Phabricator. Differential Revision: D18467749 |
|
This pull request has been merged in 510ef4b. |
Summary: Pull Request resolved: pytorch#29813 Add nn.quantized.Conv3d Test Plan: buck test mode/dev-nosan //caffe2/test:quantized -- "conv" Reviewed By: jianyuh Differential Revision: D18467749 fbshipit-source-id: 892f708179e9e836ad902851ac1838847009da15
Summary: Add nn.quantized.Conv3d
Test Plan: buck test mode/dev-nosan //caffe2/test:quantized -- "conv"
Reviewed By: jianyuh
Differential Revision: D18467749