trainer_new logger small fix
This commit is contained in:
@@ -306,7 +306,7 @@ class Trainer:
|
|||||||
|
|
||||||
def _build_model(self) -> None:
|
def _build_model(self) -> None:
|
||||||
"""Build (or load) the encoder model based on the active backbone."""
|
"""Build (or load) the encoder model based on the active backbone."""
|
||||||
LOGGER.info("⚙️ Build loss...")
|
LOGGER.info("⚙️ Build model...")
|
||||||
backbone = self.models_common_cfg.backbone
|
backbone = self.models_common_cfg.backbone
|
||||||
|
|
||||||
if self.pipeline_cfg.resume_from is not None:
|
if self.pipeline_cfg.resume_from is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user