NDT2EvalTrainer#
- class ts1.models.pretrained.NDT2EvalTrainer(cfg, rank, world_size)[source]#
Bases:
ts1.ts1_eval_trainer.TS1EvalTrainer- setup_model(ckpt)[source]#
Instantiate and register the model.
Instantiates the model from the Hydra config and registers it for checkpointing. Override this to load pretrained weights or modify the model architecture.