We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82de94 commit 6d9a7d1Copy full SHA for 6d9a7d1
1 file changed
yggdrasil_decision_forests/learner/random_forest/random_forest.cc
@@ -990,6 +990,9 @@ It is probably the most well-known of the Decision Forest training algorithms.)"
990
LOG(INFO) << "random_forest.cc Training block took: "
991
<< absl::ToDoubleSeconds(absl::Now() - begin_training) << " s";
992
993
+ LOG(INFO) << "EXITING EARLY TO SPEED UP EXPERIMENTS!";
994
+ exit(0);
995
+
996
// Print all Timing info after done MultiThreading
997
#ifdef CHRONO_ENABLED
998
using namespace yggdrasil_decision_forests::chrono_prof;
0 commit comments