Remove cudnn conv in unittest, test=develop (#26489)

Remove cudnn conv in Unittest because the cudnn conv, which is assigned to OP owner, hasn't been fixed.
test_feature_precision_test_c
Huihuang Zheng 5 years ago committed by GitHub
parent 1080be3353
commit ab34c83d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ remove_dropout = False
# and Executor is different.
remove_bn = False
remove_cudnn_conv = False
remove_cudnn_conv = True
remove_dropout = True
remove_bn = True

Loading…
Cancel
Save