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 typo in release workflow #10349

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Fix typo in release workflow #10349

merged 1 commit into from
Oct 27, 2023

Conversation

jackalcooper
Copy link
Collaborator

No description provided.

@jackalcooper jackalcooper marked this pull request as ready for review October 27, 2023 06:48
@jackalcooper jackalcooper merged commit 3d4df94 into master Oct 27, 2023
18 of 19 checks passed
@jackalcooper jackalcooper deleted the fix-typo-in-rel-workflow branch October 27, 2023 06:48
@github-actions
Copy link
Contributor

Code got formatted by CI. Please request CI again if you still want to have this PR merged. If the PR is from a forked repo, please download the patch files from the GitHub Actions web page and apply them locally.

@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

Speed stats:
GPU Name: NVIDIA GeForce RTX 3080 Ti 

❌ OneFlow resnet50 time: 43.6ms (= 4355.2ms / 100, input_shape=[16, 3, 224, 224])
PyTorch resnet50 time: 57.5ms (= 5754.5ms / 100, input_shape=[16, 3, 224, 224])
✔️ Relative speed: 1.32 (= 57.5ms / 43.6ms)

OneFlow resnet50 time: 25.9ms (= 2588.4ms / 100, input_shape=[8, 3, 224, 224])
PyTorch resnet50 time: 37.5ms (= 3747.9ms / 100, input_shape=[8, 3, 224, 224])
✔️ Relative speed: 1.45 (= 37.5ms / 25.9ms)

OneFlow resnet50 time: 18.5ms (= 3699.4ms / 200, input_shape=[4, 3, 224, 224])
PyTorch resnet50 time: 35.5ms (= 7096.9ms / 200, input_shape=[4, 3, 224, 224])
✔️ Relative speed: 1.92 (= 35.5ms / 18.5ms)

OneFlow resnet50 time: 18.9ms (= 3782.2ms / 200, input_shape=[2, 3, 224, 224])
PyTorch resnet50 time: 31.7ms (= 6348.0ms / 200, input_shape=[2, 3, 224, 224])
✔️ Relative speed: 1.68 (= 31.7ms / 18.9ms)

OneFlow resnet50 time: 17.6ms (= 3513.3ms / 200, input_shape=[1, 3, 224, 224])
PyTorch resnet50 time: 29.6ms (= 5924.6ms / 200, input_shape=[1, 3, 224, 224])
✔️ Relative speed: 1.69 (= 29.6ms / 17.6ms)

OneFlow swin dataloader time: 0.202s (= 40.327s / 200, num_workers=1)
PyTorch swin dataloader time: 0.129s (= 25.805s / 200, num_workers=1)
Relative speed: 0.640 (= 0.129s / 0.202s)

OneFlow swin dataloader time: 0.055s (= 10.979s / 200, num_workers=4)
PyTorch swin dataloader time: 0.032s (= 6.492s / 200, num_workers=4)
Relative speed: 0.591 (= 0.032s / 0.055s)

OneFlow swin dataloader time: 0.031s (= 6.122s / 200, num_workers=8)
PyTorch swin dataloader time: 0.016s (= 3.273s / 200, num_workers=8)
Relative speed: 0.535 (= 0.016s / 0.031s)

❌ OneFlow resnet50 time: 47.2ms (= 4723.4ms / 100, input_shape=[16, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 63.9ms (= 6393.7ms / 100, input_shape=[16, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.35 (= 63.9ms / 47.2ms)

OneFlow resnet50 time: 32.0ms (= 3200.1ms / 100, input_shape=[8, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 43.8ms (= 4383.9ms / 100, input_shape=[8, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.37 (= 43.8ms / 32.0ms)

OneFlow resnet50 time: 24.3ms (= 4857.6ms / 200, input_shape=[4, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 40.9ms (= 8185.9ms / 200, input_shape=[4, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.69 (= 40.9ms / 24.3ms)

OneFlow resnet50 time: 22.2ms (= 4448.8ms / 200, input_shape=[2, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 37.2ms (= 7442.4ms / 200, input_shape=[2, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.67 (= 37.2ms / 22.2ms)

OneFlow resnet50 time: 21.2ms (= 4242.9ms / 200, input_shape=[1, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 36.9ms (= 7376.2ms / 200, input_shape=[1, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.74 (= 36.9ms / 21.2ms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant