There was an error while loading. Please reload this page.
1 parent 7f98d8d commit ac11564Copy full SHA for ac11564
paddle/fluid/distributed/fleet_executor/dist_model.cc
@@ -497,8 +497,8 @@ bool DistModel::PrepareFeedAndFetch() {
497
}
498
if (IsPPLastStage(config_)) {
499
if (fetches_.size() == 0) {
500
- LOG(ERROR) << "Fetch op is needed for the last pp stage.";
501
- return false;
+ LOG(WARNING) << "No fetch op was found in the last pp stage. Make sure "
+ "the result has been sent to frist pp stage.";
502
503
} else {
504
if (fetches_.size() > 0) {
0 commit comments