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

[hotfix] remove cuda half unittest in maxunpool #9436

Merged
merged 2 commits into from
Nov 18, 2022

Conversation

marigoold
Copy link
Contributor

max unpool 这个 op 的单测中,max_unpool3d 的 tensor 较大,会触发 https://github.com/Oneflow-Inc/OneTeam/issues/1783 中描述的问题,先暂时删掉 fp16 的测试,防止影响其他人的 PR 合并,等这个问题解决之后再修复

@jackalcooper jackalcooper merged commit ad3bc85 into master Nov 18, 2022
@jackalcooper jackalcooper deleted the hotfix_remove_maxunpool_fp16_unittest branch November 18, 2022 01:20
@github-actions
Copy link
Contributor

Speed stats:
GPU Name: GeForce GTX 1080 









❌ OneFlow resnet50 time: 140.2ms (= 14015.8ms / 100, input_shape=[16, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 160.3ms (= 16027.2ms / 100, input_shape=[16, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.14 (= 160.3ms / 140.2ms)

OneFlow resnet50 time: 85.3ms (= 8526.9ms / 100, input_shape=[8, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 104.1ms (= 10405.8ms / 100, input_shape=[8, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.22 (= 104.1ms / 85.3ms)

OneFlow resnet50 time: 58.0ms (= 11605.1ms / 200, input_shape=[4, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 78.6ms (= 15722.2ms / 200, input_shape=[4, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.35 (= 78.6ms / 58.0ms)

OneFlow resnet50 time: 44.3ms (= 8867.7ms / 200, input_shape=[2, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 69.7ms (= 13936.5ms / 200, input_shape=[2, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.57 (= 69.7ms / 44.3ms)

OneFlow resnet50 time: 40.2ms (= 8036.7ms / 200, input_shape=[1, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 69.4ms (= 13882.0ms / 200, input_shape=[1, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.73 (= 69.4ms / 40.2ms)

@github-actions
Copy link
Contributor

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

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.

3 participants