Skip to content

Commit

Permalink
Remove cudnn conv in unittest, test=develop (PaddlePaddle#26489)
Browse files Browse the repository at this point in the history
Remove cudnn conv in Unittest because the cudnn conv, which is assigned to OP owner, hasn't been fixed.
  • Loading branch information
zhhsplendid authored Aug 21, 2020
1 parent 1080be3 commit ab34c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/fluid/tests/unittests/seresnext_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# and Executor is different.
remove_bn = False

remove_cudnn_conv = False
remove_cudnn_conv = True

remove_dropout = True
remove_bn = True
Expand Down

0 comments on commit ab34c83

Please sign in to comment.