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 builtin op arg tuple. #5464

Merged
merged 9 commits into from
Aug 22, 2021
Merged

Conversation

hjchen2
Copy link
Contributor

@hjchen2 hjchen2 commented Jul 12, 2021

No description provided.

@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 6, 2021 05:46
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 6, 2021 08:29
@github-actions
Copy link
Contributor

github-actions bot commented Aug 6, 2021

CI failed, removing label automerge

@github-actions github-actions bot removed the automerge label Aug 6, 2021
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 6, 2021 10:47
@github-actions
Copy link
Contributor

github-actions bot commented Aug 6, 2021

Speed stats:
GPU Name: GeForce GTX 1080 

PyTorch resnet50 time: 140.1ms (= 7005.9ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 128.2ms (= 6409.5ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
Relative speed: 1.09 (= 140.1ms / 128.2ms)

PyTorch resnet50 time: 84.8ms (= 4240.9ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 74.6ms (= 3729.4ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
Relative speed: 1.14 (= 84.8ms / 74.6ms)

PyTorch resnet50 time: 59.2ms (= 2961.6ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 47.4ms (= 2371.7ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
Relative speed: 1.25 (= 59.2ms / 47.4ms)

PyTorch resnet50 time: 48.0ms (= 2398.4ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 44.8ms (= 2240.5ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
Relative speed: 1.07 (= 48.0ms / 44.8ms)

PyTorch resnet50 time: 43.9ms (= 2193.3ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 44.7ms (= 2236.4ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
Relative speed: 0.98 (= 43.9ms / 44.7ms)

@chengtbf chengtbf requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 22, 2021 15:16
@oneflow-ci-bot oneflow-ci-bot removed their request for review August 22, 2021 15:49
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 22, 2021 15:49
@oneflow-ci-bot oneflow-ci-bot self-requested a review August 22, 2021 17:17
@github-actions
Copy link
Contributor

Speed stats:
GPU Name: GeForce GTX 1080 

PyTorch resnet50 time: 138.2ms (= 6908.6ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 128.3ms (= 6413.3ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
Relative speed: 1.08 (= 138.2ms / 128.3ms)

PyTorch resnet50 time: 83.1ms (= 4155.7ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 74.4ms (= 3718.4ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
Relative speed: 1.12 (= 83.1ms / 74.4ms)

PyTorch resnet50 time: 56.3ms (= 2814.5ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 47.6ms (= 2379.4ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
Relative speed: 1.18 (= 56.3ms / 47.6ms)

PyTorch resnet50 time: 48.8ms (= 2441.3ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 37.7ms (= 1883.3ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
Relative speed: 1.30 (= 48.8ms / 37.7ms)

PyTorch resnet50 time: 41.6ms (= 2077.6ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 40.5ms (= 2027.4ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
Relative speed: 1.02 (= 41.6ms / 40.5ms)

@oneflow-ci-bot oneflow-ci-bot removed their request for review August 22, 2021 18:15
@oneflow-ci-bot oneflow-ci-bot merged commit d62ad5d into master Aug 22, 2021
@oneflow-ci-bot oneflow-ci-bot deleted the dev_fix_builtin_op_arg_tuple branch August 22, 2021 18:18
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