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

Use docker img built with pytorch 1.10 #7019

Merged
merged 13 commits into from
Apr 19, 2022
Merged

Conversation

jackalcooper
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

CI failed when running job: cpu-module. PR label automerge has been removed

@jackalcooper jackalcooper requested review from oneflow-ci-bot and removed request for oneflow-ci-bot December 13, 2021 09:24
@oneflow-ci-bot oneflow-ci-bot removed their request for review December 13, 2021 09:26
@jackalcooper jackalcooper enabled auto-merge (squash) December 13, 2021 10:09
@oneflow-ci-bot oneflow-ci-bot removed their request for review December 13, 2021 10:41
@oneflow-ci-bot oneflow-ci-bot self-requested a review December 13, 2021 14:31
@github-actions
Copy link
Contributor

CI failed when running job: cpu-module. PR label automerge has been removed

@oneflow-ci-bot oneflow-ci-bot removed their request for review December 13, 2021 15:22
@BBuf BBuf requested review from oneflow-ci-bot and removed request for oneflow-ci-bot December 27, 2021 06:06
@BBuf BBuf requested a review from oneflow-ci-bot January 4, 2022 06:36
@BBuf BBuf added the automerge label Jan 4, 2022
@oneflow-ci-bot oneflow-ci-bot removed their request for review January 4, 2022 10:15
@BBuf BBuf requested a review from oneflow-ci-bot January 4, 2022 10:20
@oneflow-ci-bot oneflow-ci-bot removed their request for review January 4, 2022 14:36
@BBuf BBuf requested a review from oneflow-ci-bot January 4, 2022 15:25
@BBuf BBuf added the automerge label Jan 4, 2022
@oneflow-ci-bot oneflow-ci-bot removed their request for review January 4, 2022 17:50
@oneflow-ci-bot oneflow-ci-bot self-requested a review January 4, 2022 17:50
@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2022

CI failed when running job: cuda-module. PR label automerge has been removed

@github-actions github-actions bot removed the automerge label Jan 4, 2022
@oneflow-ci-bot oneflow-ci-bot removed their request for review January 4, 2022 18:46
@BBuf BBuf requested a review from oneflow-ci-bot January 5, 2022 01:23
@BBuf BBuf added the automerge label Jan 5, 2022
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot January 5, 2022 03:54
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2022

CI failed when running job: cuda-module. PR label automerge has been removed

@github-actions github-actions bot removed the automerge label Jan 5, 2022
@oneflow-ci-bot oneflow-ci-bot removed their request for review January 5, 2022 04:51
@BBuf BBuf added the automerge label Apr 19, 2022
@BBuf BBuf requested a review from oneflow-ci-bot April 19, 2022 06:28
@github-actions
Copy link
Contributor

Speed stats:
GPU Name: GeForce GTX 1080 

✔️ OneFlow resnet50 time: 128.4ms (= 12843.7ms / 100, input_shape=[16, 3, 224, 224])
PyTorch resnet50 time: 143.2ms (= 14321.9ms / 100, input_shape=[16, 3, 224, 224])
✔️ Relative speed: 1.12 (= 143.2ms / 128.4ms)

OneFlow resnet50 time: 79.0ms (= 7901.4ms / 100, input_shape=[8, 3, 224, 224])
PyTorch resnet50 time: 83.9ms (= 8393.6ms / 100, input_shape=[8, 3, 224, 224])
✔️ Relative speed: 1.06 (= 83.9ms / 79.0ms)

OneFlow resnet50 time: 52.9ms (= 10586.3ms / 200, input_shape=[4, 3, 224, 224])
PyTorch resnet50 time: 58.7ms (= 11732.2ms / 200, input_shape=[4, 3, 224, 224])
✔️ Relative speed: 1.11 (= 58.7ms / 52.9ms)

OneFlow resnet50 time: 43.8ms (= 8763.4ms / 200, input_shape=[2, 3, 224, 224])
PyTorch resnet50 time: 41.0ms (= 8201.9ms / 200, input_shape=[2, 3, 224, 224])
❌ Relative speed: 0.94 (= 41.0ms / 43.8ms)

OneFlow resnet50 time: 39.3ms (= 7851.0ms / 200, input_shape=[1, 3, 224, 224])
PyTorch resnet50 time: 39.0ms (= 7793.6ms / 200, input_shape=[1, 3, 224, 224])
✔️ Relative speed: 0.99 (= 39.0ms / 39.3ms)

OneFlow swin dataloader time: 0.257s (= 51.460s / 200, num_workers=1)
PyTorch swin dataloader time: 0.260s (= 52.009s / 200, num_workers=1)
✔️ Relative speed: 1.011 (= 0.260s / 0.257s)

OneFlow swin dataloader time: 0.067s (= 13.482s / 200, num_workers=4)
PyTorch swin dataloader time: 0.070s (= 14.048s / 200, num_workers=4)
✔️ Relative speed: 1.042 (= 0.070s / 0.067s)

OneFlow swin dataloader time: 0.038s (= 7.608s / 200, num_workers=8)
PyTorch swin dataloader time: 0.038s (= 7.583s / 200, num_workers=8)
✔️ Relative speed: 0.997 (= 0.038s / 0.038s)

✔️ OneFlow resnet50 time: 135.7ms (= 13567.1ms / 100, input_shape=[16, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 162.3ms (= 16232.0ms / 100, input_shape=[16, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.20 (= 162.3ms / 135.7ms)

OneFlow resnet50 time: 89.2ms (= 8916.8ms / 100, input_shape=[8, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 107.9ms (= 10788.7ms / 100, input_shape=[8, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.21 (= 107.9ms / 89.2ms)

OneFlow resnet50 time: 61.2ms (= 12241.3ms / 200, input_shape=[4, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 77.0ms (= 15407.3ms / 200, input_shape=[4, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.26 (= 77.0ms / 61.2ms)

OneFlow resnet50 time: 53.7ms (= 10747.4ms / 200, input_shape=[2, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 71.1ms (= 14214.5ms / 200, input_shape=[2, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.32 (= 71.1ms / 53.7ms)

OneFlow resnet50 time: 48.9ms (= 9787.5ms / 200, input_shape=[1, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 67.5ms (= 13499.7ms / 200, input_shape=[1, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.38 (= 67.5ms / 48.9ms)

@github-actions
Copy link
Contributor

View latest API docs preview at: https://staging.oneflow.info/docs/Oneflow-Inc/oneflow/pr/7019/

@jackalcooper jackalcooper merged commit 296e1b0 into master Apr 19, 2022
@jackalcooper jackalcooper deleted the ci-support-pytorch-110 branch April 19, 2022 08:14
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