Dmitri

Results 2 comments of Dmitri

@doronnac, @lazharichir I had the same problem with versions newest than beta.38. The latest version w/o that issue is 3.0.0-beta.38, but you should use exact version in your package.json, like...

It's possible to do by passing dataloader to `.predict` function: ### Load the model `model = TemporalFusionTransformer.load_from_checkpoint(/path/to/checkpoint.ckpt)` ### Create dataset `dataset = TimeSeriesDataSet.from_parameters(parameters=model.dataset_parameters, data=data, predict=True, max_prediction_length=model.dataset_parameters["max_prediction_length"]*2) ` ### Create dataloader...