Source code for ts1.models.pretrained.rrr.rrr_eval_trainer

from pretrain.models.rrr import RRRDecoder
from ts1.ts1_eval_trainer import TS1EvalTrainer


[docs] class RRREvalTrainer(TS1EvalTrainer): """TS1 eval trainer plus the ``V`` hand-off. The load must follow ``configure_readout``, which creates ``V`` -- hence the ``super()`` call first. """