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

Rename module flow.F to flow._C #6053

Merged
merged 39 commits into from
Aug 28, 2021
Merged

Rename module flow.F to flow._C #6053

merged 39 commits into from
Aug 28, 2021

Conversation

hjchen2
Copy link
Contributor

@hjchen2 hjchen2 commented Aug 25, 2021

No description provided.

@oneflow-ci-bot oneflow-ci-bot self-requested a review August 26, 2021 09:16
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 26, 2021 11:53
@oneflow-ci-bot oneflow-ci-bot self-requested a review August 26, 2021 14:32
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 26, 2021 16:04
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 26, 2021 17:05
@hjchen2 hjchen2 requested a review from oneflow-ci-bot August 28, 2021 14:18
@jackalcooper jackalcooper requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 28, 2021 14:26
@jackalcooper jackalcooper requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 28, 2021 15:33
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 28, 2021 17:26
@github-actions
Copy link
Contributor

Speed stats:
GPU Name: GeForce GTX 1080 

OneFlow resnet50 time: 128.2ms (= 6410.4ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 142.0ms (= 7100.9ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.11 (= 142.0ms / 128.2ms)

OneFlow resnet50 time: 74.6ms (= 3728.3ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 84.1ms (= 4205.1ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.13 (= 84.1ms / 74.6ms)

OneFlow resnet50 time: 48.8ms (= 2442.5ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 57.9ms (= 2893.9ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.18 (= 57.9ms / 48.8ms)

OneFlow resnet50 time: 42.1ms (= 2106.4ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 49.6ms (= 2478.8ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.18 (= 49.6ms / 42.1ms)

OneFlow resnet50 time: 40.0ms (= 1999.1ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 41.8ms (= 2091.4ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.05 (= 41.8ms / 40.0ms)

OneFlow resnet50 time: 140.9ms (= 7044.4ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 147.4ms (= 7370.9ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.05 (= 147.4ms / 140.9ms)

OneFlow resnet50 time: 89.8ms (= 4489.0ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 90.9ms (= 4545.6ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.01 (= 90.9ms / 89.8ms)

OneFlow resnet50 time: 67.3ms (= 3363.8ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 63.3ms (= 3163.2ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 0.94 (= 63.3ms / 67.3ms)

OneFlow resnet50 time: 62.4ms (= 3120.2ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 52.9ms (= 2647.4ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 0.85 (= 52.9ms / 62.4ms)

OneFlow resnet50 time: 60.4ms (= 3020.1ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 50.0ms (= 2501.4ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 0.83 (= 50.0ms / 60.4ms)

@oneflow-ci-bot oneflow-ci-bot merged commit 36fe248 into master Aug 28, 2021
@oneflow-ci-bot oneflow-ci-bot deleted the dev_rename_F_to__C branch August 28, 2021 21:09
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.

5 participants