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 new autotest #5562

Merged
merged 47 commits into from
Jul 23, 2021
Merged

Add new autotest #5562

merged 47 commits into from
Jul 23, 2021

Conversation

BBuf
Copy link
Contributor

@BBuf BBuf commented Jul 22, 2021

给以下Module添加新版自动测试接口:

  • oneflow.experimental.nn.ReLU6
  • oneflow.experimental.nn.ReLU
  • oneflow.experimental.nn.LeakyReLU
  • oneflow.experimental.nn.Tanh
  • oneflow.experimental.tanh
  • oneflow.experimental.Tensor.tanh
  • oneflow.experimental.asin
  • oneflow.experimental.Tensor.asin
  • oneflow.experimental.arcsin
  • oneflow.experimental.Tensor.arcsin
  • oneflow.experimental.asinh
  • oneflow.experimental.Tensor.asinh
  • oneflow.experimental.sinh
  • oneflow.experimental.Tensor.sinh
  • oneflow.experimental.atan2
  • oneflow.experimental.Tensor.atan2
  • oneflow.experimental.softplus
  • oneflow.experimental.arcsinh
  • oneflow.experimental.Tensor.arcsinh
  • oneflow.experimental.nn.ELU
  • oneflow.experimental.acosh
  • oneflow.experimental.Tensor.acosh

@BBuf BBuf added the feature label Jul 22, 2021
@BBuf BBuf requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 22, 2021 02:17
@BBuf BBuf added the automerge label Jul 22, 2021
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 22, 2021 13:31
@BBuf BBuf requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 22, 2021 14:21
@oneflow-ci-bot oneflow-ci-bot removed their request for review July 22, 2021 15:04
@oneflow-ci-bot oneflow-ci-bot self-requested a review July 22, 2021 15:04
@github-actions
Copy link
Contributor

CI failed, removing label automerge

@oneflow-ci-bot oneflow-ci-bot removed their request for review July 22, 2021 16:06
@BBuf BBuf requested a review from oneflow-ci-bot July 23, 2021 01:14
@BBuf BBuf added the automerge label Jul 23, 2021
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot July 23, 2021 01:17
@github-actions
Copy link
Contributor

Speed stats:
GPU Name: GeForce GTX 1080 

PyTorch resnet50 time: 144.9ms (= 7246.4ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 125.9ms (= 6296.8ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
Relative speed: 1.15 (= 144.9ms / 125.9ms)

PyTorch resnet50 time: 85.5ms (= 4273.8ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 73.8ms (= 3692.1ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
Relative speed: 1.16 (= 85.5ms / 73.8ms)

PyTorch resnet50 time: 59.1ms (= 2956.9ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 48.7ms (= 2433.2ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
Relative speed: 1.22 (= 59.1ms / 48.7ms)

PyTorch resnet50 time: 48.9ms (= 2443.6ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 54.6ms (= 2727.6ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
Relative speed: 0.90 (= 48.9ms / 54.6ms)

PyTorch resnet50 time: 40.4ms (= 2022.1ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 55.8ms (= 2788.8ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
Relative speed: 0.73 (= 40.4ms / 55.8ms)

@oneflow-ci-bot oneflow-ci-bot merged commit 7903eba into master Jul 23, 2021
@oneflow-ci-bot oneflow-ci-bot deleted the add_new_autotest_bbuf branch July 23, 2021 02:36
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