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

Remove move in conv_cudnn #5828

Merged
merged 3 commits into from
Aug 11, 2021
Merged

Remove move in conv_cudnn #5828

merged 3 commits into from
Aug 11, 2021

Conversation

MARD1NO
Copy link
Contributor

@MARD1NO MARD1NO commented Aug 11, 2021

No description provided.

@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 11, 2021 04:35
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 11, 2021 07:21
@github-actions
Copy link
Contributor

Speed stats:
GPU Name: GeForce GTX 1080 

PyTorch resnet50 time: 138.3ms (= 6915.0ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 125.8ms (= 6292.2ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
Relative speed: 1.10 (= 138.3ms / 125.8ms)

PyTorch resnet50 time: 81.9ms (= 4094.7ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 73.0ms (= 3647.6ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
Relative speed: 1.12 (= 81.9ms / 73.0ms)

PyTorch resnet50 time: 57.1ms (= 2855.8ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 51.5ms (= 2572.7ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
Relative speed: 1.11 (= 57.1ms / 51.5ms)

PyTorch resnet50 time: 48.2ms (= 2408.1ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 46.9ms (= 2345.4ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
Relative speed: 1.03 (= 48.2ms / 46.9ms)

PyTorch resnet50 time: 37.1ms (= 1857.2ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 51.1ms (= 2552.7ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
Relative speed: 0.73 (= 37.1ms / 51.1ms)

@oneflow-ci-bot oneflow-ci-bot merged commit 6a2036b into master Aug 11, 2021
@oneflow-ci-bot oneflow-ci-bot deleted the fix_move_in_conv branch August 11, 2021 09:52
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.

4 participants