File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
paddle/fluid/eager/to_static Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ inline void RunProgramAPI(
289289 PADDLE_GET_CONST (bool , attrs.at (" use_interpretorcore" ));
290290
291291 if (use_interpretorcore) {
292- VLOG (2 ) << " RunProgramOp use interpretercore to execute program." ;
292+ VLOG (0 ) << " RunProgramOp use interpretercore to execute program." ;
293293
294294 auto input_names = details::GetTensorsName (x);
295295 auto output_names = details::GetTensorsName (out);
@@ -467,7 +467,7 @@ inline void RunProgramGradAPI(
467467 auto place = egr::Controller::Instance ().GetExpectedPlace ();
468468
469469 if (use_interpretorcore) {
470- VLOG (2 ) << " RunProgramGradOp use interpretercore to execute program." ;
470+ VLOG (0 ) << " RunProgramGradOp use interpretercore to execute program." ;
471471
472472 auto *forward_global_block = PADDLE_GET_CONST (
473473 paddle::framework::BlockDesc *, attrs.at (" forward_global_block" ));
You can’t perform that action at this time.
0 commit comments