support bias in conv2d's parameter list (#5322)
* add conv-with-bias test * fix conv bias segmentfault bug * fix compare * hotfix for conv bias tmp_buffer * refine conv2d-with-bias test * refine test * fix layers.conv2d * fix test with nn.conv2d * auto format by CI Co-authored-by:BBuf <1182563586@qq.com> Co-authored-by:
simonJJJ <821898965@qq.com> 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/python/benchmarks/cnn_benchmark/alexnet.py 1 addition, 1 deletiononeflow/python/benchmarks/cnn_benchmark/alexnet.py
- oneflow/python/benchmarks/cnn_benchmark/inceptionv3_model.py 1 addition, 1 deletiononeflow/python/benchmarks/cnn_benchmark/inceptionv3_model.py
- oneflow/python/benchmarks/cnn_benchmark/model_util.py 1 addition, 1 deletiononeflow/python/benchmarks/cnn_benchmark/model_util.py
- oneflow/python/benchmarks/cnn_benchmark/resnet_model.py 1 addition, 1 deletiononeflow/python/benchmarks/cnn_benchmark/resnet_model.py
- oneflow/python/ops/layers.py 5 additions, 5 deletionsoneflow/python/ops/layers.py
- oneflow/python/ops/nn_ops.py 24 additions, 7 deletionsoneflow/python/ops/nn_ops.py
- oneflow/python/test/customized/ccrelu_alexnet.py 1 addition, 1 deletiononeflow/python/test/customized/ccrelu_alexnet.py
- oneflow/python/test/deprecated/variable_scope.py 1 addition, 1 deletiononeflow/python/test/deprecated/variable_scope.py
- oneflow/python/test/models/alexnet.py 1 addition, 1 deletiononeflow/python/test/models/alexnet.py
- oneflow/python/test/models/alexnet_with_unpack.py 1 addition, 1 deletiononeflow/python/test/models/alexnet_with_unpack.py
- oneflow/python/test/models/inceptionv3.py 1 addition, 1 deletiononeflow/python/test/models/inceptionv3.py
- oneflow/python/test/models/resnet50.py 1 addition, 1 deletiononeflow/python/test/models/resnet50.py
- oneflow/python/test/models/test_alexnet_model.py 1 addition, 1 deletiononeflow/python/test/models/test_alexnet_model.py
- oneflow/python/test/models/vgg16.py 1 addition, 1 deletiononeflow/python/test/models/vgg16.py
- oneflow/python/test/ops/test_nn_conv2d.py 0 additions, 1 deletiononeflow/python/test/ops/test_nn_conv2d.py
- oneflow/python/test/ops/test_nn_conv2d_bias.py 277 additions, 0 deletionsoneflow/python/test/ops/test_nn_conv2d_bias.py
- oneflow/python/test/serving/alexnet.py 1 addition, 1 deletiononeflow/python/test/serving/alexnet.py
- oneflow/python/test/serving/insightface_resnet100.py 1 addition, 0 deletionsoneflow/python/test/serving/insightface_resnet100.py
- oneflow/python/test/serving/resnet_model.py 8 additions, 1 deletiononeflow/python/test/serving/resnet_model.py
- oneflow/python/test/serving/style_model.py 1 addition, 1 deletiononeflow/python/test/serving/style_model.py
Please register or sign in to comment