Skip to content
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 batchnorm3d module #5631

Merged
merged 20 commits into from
Aug 1, 2021
Merged

add batchnorm3d module #5631

merged 20 commits into from
Aug 1, 2021

Conversation

YongtaoShi
Copy link
Contributor

@YongtaoShi YongtaoShi commented Jul 27, 2021

image

Signed-off-by: daquexian <daquexian566@gmail.com>
if isinstance(pytorch, torch_original.Tensor):
dual_objects_to_test.append(self)
if testing:
dual_objects_to_test.append(self)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE: 这个文件是我改的

@YongtaoShi YongtaoShi marked this pull request as ready for review July 30, 2021 01:16
@oneflow-ci-bot oneflow-ci-bot self-requested a review July 30, 2021 09:04
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 30, 2021 10:16
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 30, 2021 11:23
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 30, 2021 13:16
@oneflow-ci-bot oneflow-ci-bot removed their request for review July 30, 2021 14:37
@oneflow-ci-bot oneflow-ci-bot self-requested a review July 30, 2021 15:50
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 30, 2021 17:32
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 30, 2021 19:46
@oneflow-ci-bot oneflow-ci-bot self-requested a review July 30, 2021 21:24
@github-actions
Copy link
Contributor

CI failed, removing label automerge

@oneflow-ci-bot oneflow-ci-bot removed their request for review July 30, 2021 22:56
@oneflow-ci-bot oneflow-ci-bot self-requested a review July 31, 2021 13:01
@github-actions
Copy link
Contributor

CI failed, removing label automerge

@oneflow-ci-bot oneflow-ci-bot removed their request for review July 31, 2021 13:42
@oneflow-ci-bot oneflow-ci-bot self-requested a review August 1, 2021 05:43
@github-actions
Copy link
Contributor

github-actions bot commented Aug 1, 2021

Speed stats:
GPU Name: GeForce GTX 1080 

PyTorch resnet50 time: 140.5ms (= 7026.3ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 127.0ms (= 6350.9ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
Relative speed: 1.11 (= 140.5ms / 127.0ms)

PyTorch resnet50 time: 85.0ms (= 4250.6ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 74.2ms (= 3710.7ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
Relative speed: 1.15 (= 85.0ms / 74.2ms)

PyTorch resnet50 time: 57.7ms (= 2884.7ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 47.5ms (= 2376.7ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
Relative speed: 1.21 (= 57.7ms / 47.5ms)

PyTorch resnet50 time: 47.1ms (= 2355.4ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 41.5ms (= 2074.5ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
Relative speed: 1.14 (= 47.1ms / 41.5ms)

PyTorch resnet50 time: 41.5ms (= 2074.4ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 45.6ms (= 2280.1ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
Relative speed: 0.91 (= 41.5ms / 45.6ms)

@oneflow-ci-bot oneflow-ci-bot merged commit e8808b1 into master Aug 1, 2021
@oneflow-ci-bot oneflow-ci-bot deleted the shiyongtao/dev_batchnorm3d branch August 1, 2021 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants