Skip to content

Commit 6d9a7d1

Browse files
committed
Re-add post-training early exit
1 parent a82de94 commit 6d9a7d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

yggdrasil_decision_forests/learner/random_forest/random_forest.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,9 @@ It is probably the most well-known of the Decision Forest training algorithms.)"
990990
LOG(INFO) << "random_forest.cc Training block took: "
991991
<< absl::ToDoubleSeconds(absl::Now() - begin_training) << " s";
992992

993+
LOG(INFO) << "EXITING EARLY TO SPEED UP EXPERIMENTS!";
994+
exit(0);
995+
993996
// Print all Timing info after done MultiThreading
994997
#ifdef CHRONO_ENABLED
995998
using namespace yggdrasil_decision_forests::chrono_prof;

0 commit comments

Comments
 (0)