diff --git a/paddle/scripts/paddle_build.bat b/paddle/scripts/paddle_build.bat index dd7bdb8748f2aa708959bc6d1afce196624d7193..141459aab939d96f5e62e84f71a08f7381c25c2d 100644 --- a/paddle/scripts/paddle_build.bat +++ b/paddle/scripts/paddle_build.bat @@ -410,7 +410,7 @@ test_parallel_executor_transformer^|test_parallel_executor_transformer_auto_grow test_fuse_bn_add_act_pass^|test_activation_mkldnn_op^|test_tsm^|test_gru_rnn_op^|test_rnn_op^|test_simple_rnn_op^|test_pass_builder^|test_lstm_cudnn_op^|test_inplace_addto_strategy^|^ test_ir_inplace_pass^|test_ir_memory_optimize_pass^|test_memory_reuse_exclude_feed_var^|test_mix_precision_all_reduce_fuse^|test_parallel_executor_pg^|test_print_op^|test_py_func_op^|^ test_weight_decay^|test_mobile_net^|test_graph^|test_imperative_out_scale^|test_imperative_qat^|test_imperative_qat_channelwise^|test_moving_average_abs_max_scale_op^|^ -test_quantization_pass^|test_quantization_scale_pass^|test_user_defined_quantization^|test_matmul_v2_op^|test_sentiment^|test_conv2d_int8_mkldnn_op^|^ +test_quantization_pass^|test_quantization_scale_pass^|test_user_defined_quantization^|test_matmul_v2_op^|test_conv2d_int8_mkldnn_op^|^ test_crypto^|test_callbacks^|test_program_prune_backward^|test_train_recognize_digits^|test_imperative_ocr_attention_model rem /*===============================================================*/ diff --git a/python/paddle/fluid/tests/unittests/dygraph_to_static/test_sentiment.py b/python/paddle/fluid/tests/unittests/dygraph_to_static/test_sentiment.py index db03bb9b33cc81614160d94132add7e4be10810a..f866841935a8ae675b2b3be0e58be1c08b8bb7f7 100644 --- a/python/paddle/fluid/tests/unittests/dygraph_to_static/test_sentiment.py +++ b/python/paddle/fluid/tests/unittests/dygraph_to_static/test_sentiment.py @@ -275,7 +275,7 @@ class Args(object): lr = 0.01 vocab_size = 1000 padding_size = 50 - log_step = 2 + log_step = 5 train_step = 10