diff --git a/python/paddle/fluid/tests/unittests/white_list/no_grad_set_white_list.py b/python/paddle/fluid/tests/unittests/white_list/no_grad_set_white_list.py index 401eb8b708cdbac69be5a2e0acdc4d476e445150..3f6978d48aab98a0d2d987a64c3ca9bdc23b7dca 100644 --- a/python/paddle/fluid/tests/unittests/white_list/no_grad_set_white_list.py +++ b/python/paddle/fluid/tests/unittests/white_list/no_grad_set_white_list.py @@ -13,7 +13,7 @@ # limitations under the License. # check no_grad_set is None -NOT_CHECK_OP_LIST = ['deformable_conv'] +NOT_CHECK_OP_LIST = ['deformable_conv', 'row_conv'] # TODO(Shixiaowei02): Check if the items do not need fix. # no_grad_set has value in NEED_TO_FIX_OP_LIST @@ -61,7 +61,6 @@ NEED_TO_FIX_OP_LIST = [ 'mul', 'multiplex', 'rank_loss', - 'row_conv', 'sequence_conv', 'smooth_l1_loss', 'spectral_norm'