nikobenho

Results 1 comments of nikobenho

This is how I've done it thus far (Darts 0.21.00): ``` # load the model state that performed best on validation set model_nhits = NHiTSModel.load_from_checkpoint( model_name='model', best=True, ) model_nhits.trainer_params['accelerator'] =...