Add new autotest (#5617)
* fix upsample nearest bug * fix upsample nearest bug (#5347) Co-authored-by:oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> * fix upsample bilinear bug * fix export bug * fix conflict * auto format by CI * fix license * fix ci error * Delete version.py * auto format by CI Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org>
Showing
- oneflow/core/autograd/gradient_funcs/clip_by_scalar_max.cpp 72 additions, 0 deletionsoneflow/core/autograd/gradient_funcs/clip_by_scalar_max.cpp
- python/oneflow/nn/modules/activation.py 5 additions, 5 deletionspython/oneflow/nn/modules/activation.py
- python/oneflow/test/modules/test_activation.py 9 additions, 8 deletionspython/oneflow/test/modules/test_activation.py
- python/oneflow/test/modules/test_addmm.py 31 additions, 0 deletionspython/oneflow/test/modules/test_addmm.py
- python/oneflow/test/modules/test_batchnorm.py 11 additions, 0 deletionspython/oneflow/test/modules/test_batchnorm.py
- python/oneflow/test/modules/test_ceil.py 8 additions, 0 deletionspython/oneflow/test/modules/test_ceil.py
- python/oneflow/test/modules/test_clamp.py 47 additions, 0 deletionspython/oneflow/test/modules/test_clamp.py
- python/oneflow/test/modules/test_expm1.py 8 additions, 0 deletionspython/oneflow/test/modules/test_expm1.py
- python/oneflow/test/tensor/test_tensor.py 85 additions, 36 deletionspython/oneflow/test/tensor/test_tensor.py
Please register or sign in to comment