From 401d451569cc0a49e7f5b14d7b558eb61a86d2a7 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Thu, 21 Apr 2022 19:09:54 +0800 Subject: [PATCH] Clear configuration cache. (#7826) --- src/learner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/learner.cc b/src/learner.cc index a7bd47e65..7d8419259 100644 --- a/src/learner.cc +++ b/src/learner.cc @@ -397,7 +397,7 @@ class LearnerConfiguration : public Learner { this->ValidateParameters(); } - // FIXME(trivialfis): Clear the cache once binary IO is gone. + cfg_.clear(); monitor_.Stop("Configure"); }