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

Fix bug in scatter #5743

Merged
merged 6 commits into from
Aug 9, 2021
Merged

Fix bug in scatter #5743

merged 6 commits into from
Aug 9, 2021

Conversation

MARD1NO
Copy link
Contributor

@MARD1NO MARD1NO commented Aug 5, 2021

修复scatter静态检查的bug

@MARD1NO MARD1NO marked this pull request as draft August 5, 2021 07:15
@MARD1NO MARD1NO requested a review from doombeaker August 5, 2021 07:15
@doombeaker doombeaker marked this pull request as ready for review August 5, 2021 13:14
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 5, 2021 16:29
@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2021

CI failed, removing label automerge

@github-actions github-actions bot removed the automerge label Aug 5, 2021
@oneflow-ci-bot oneflow-ci-bot removed their request for review August 5, 2021 19:53
@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2021

Speed stats:
GPU Name: GeForce GTX 1080 

PyTorch resnet50 time: 139.8ms (= 6990.5ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 127.9ms (= 6396.7ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
Relative speed: 1.09 (= 139.8ms / 127.9ms)

PyTorch resnet50 time: 83.6ms (= 4179.6ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 74.2ms (= 3709.0ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
Relative speed: 1.13 (= 83.6ms / 74.2ms)

PyTorch resnet50 time: 57.1ms (= 2854.5ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 47.8ms (= 2389.1ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
Relative speed: 1.19 (= 57.1ms / 47.8ms)

PyTorch resnet50 time: 48.7ms (= 2433.2ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 43.1ms (= 2155.7ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
Relative speed: 1.13 (= 48.7ms / 43.1ms)

PyTorch resnet50 time: 44.1ms (= 2206.1ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 41.0ms (= 2050.6ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
Relative speed: 1.08 (= 44.1ms / 41.0ms)

@oneflow-ci-bot oneflow-ci-bot merged commit 136cfa0 into master Aug 9, 2021
@oneflow-ci-bot oneflow-ci-bot deleted the fix_bug_in_scatter branch August 9, 2021 01:46
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.

3 participants