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

add abs, activation and 0 dim tensor tests #7540

Merged
merged 11 commits into from
Feb 23, 2022
Merged

Conversation

hjchen2
Copy link
Contributor

@hjchen2 hjchen2 commented Feb 18, 2022

No description provided.

@github-actions
Copy link
Contributor

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

@github-actions
Copy link
Contributor

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

@oneflow-ci-bot oneflow-ci-bot removed their request for review February 18, 2022 14:11
@github-actions
Copy link
Contributor

Speed stats:

@oneflow-ci-bot oneflow-ci-bot removed their request for review February 22, 2022 04:02
@oneflow-ci-bot oneflow-ci-bot removed their request for review February 22, 2022 04:21
@oneflow-ci-bot oneflow-ci-bot self-requested a review February 22, 2022 07:44
@github-actions
Copy link
Contributor

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

@github-actions
Copy link
Contributor

Speed stats:

@oneflow-ci-bot oneflow-ci-bot removed their request for review February 22, 2022 08:46
@oneflow-ci-bot oneflow-ci-bot removed their request for review February 22, 2022 09:46
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot February 22, 2022 10:20
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot February 22, 2022 12:43
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot February 22, 2022 17:28
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot February 23, 2022 05:06
@oneflow-ci-bot oneflow-ci-bot self-requested a review February 23, 2022 10:42
@github-actions
Copy link
Contributor

Speed stats:
GPU Name: GeForce GTX 1080 

✔️ OneFlow resnet50 time: 128.5ms (= 12845.8ms / 100, input_shape=[16, 3, 224, 224])
PyTorch resnet50 time: 141.0ms (= 14100.3ms / 100, input_shape=[16, 3, 224, 224])
✔️ Relative speed: 1.10 (= 141.0ms / 128.5ms)

✔️ OneFlow resnet50 time: 77.8ms (= 7777.2ms / 100, input_shape=[8, 3, 224, 224])
PyTorch resnet50 time: 84.8ms (= 8485.0ms / 100, input_shape=[8, 3, 224, 224])
✔️ Relative speed: 1.09 (= 84.8ms / 77.8ms)

OneFlow resnet50 time: 52.4ms (= 10484.0ms / 200, input_shape=[4, 3, 224, 224])
PyTorch resnet50 time: 57.9ms (= 11575.5ms / 200, input_shape=[4, 3, 224, 224])
✔️ Relative speed: 1.10 (= 57.9ms / 52.4ms)

OneFlow resnet50 time: 40.7ms (= 8133.9ms / 200, input_shape=[2, 3, 224, 224])
PyTorch resnet50 time: 46.2ms (= 9247.6ms / 200, input_shape=[2, 3, 224, 224])
✔️ Relative speed: 1.14 (= 46.2ms / 40.7ms)

OneFlow resnet50 time: 36.2ms (= 7242.0ms / 200, input_shape=[1, 3, 224, 224])
PyTorch resnet50 time: 39.7ms (= 7940.1ms / 200, input_shape=[1, 3, 224, 224])
✔️ Relative speed: 1.10 (= 39.7ms / 36.2ms)

✔️ OneFlow resnet50 time: 142.3ms (= 14227.2ms / 100, input_shape=[16, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 162.3ms (= 16230.6ms / 100, input_shape=[16, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.14 (= 162.3ms / 142.3ms)

OneFlow resnet50 time: 89.5ms (= 8951.2ms / 100, input_shape=[8, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 103.3ms (= 10327.5ms / 100, input_shape=[8, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.15 (= 103.3ms / 89.5ms)

OneFlow resnet50 time: 62.2ms (= 12441.1ms / 200, input_shape=[4, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 73.5ms (= 14691.8ms / 200, input_shape=[4, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.18 (= 73.5ms / 62.2ms)

OneFlow resnet50 time: 54.0ms (= 10796.6ms / 200, input_shape=[2, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 66.1ms (= 13215.5ms / 200, input_shape=[2, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.22 (= 66.1ms / 54.0ms)

OneFlow resnet50 time: 50.0ms (= 9992.5ms / 200, input_shape=[1, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 59.4ms (= 11872.1ms / 200, input_shape=[1, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.19 (= 59.4ms / 50.0ms)

@hjchen2 hjchen2 merged commit 35e31b6 into master Feb 23, 2022
@hjchen2 hjchen2 deleted the dev_add_global_unittests branch February 23, 2022 12:29
marigoold pushed a commit that referenced this pull request Mar 15, 2022
* add abs, activation and 0 dim tensor tests

* refine
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