oliverester

Results 1 comments of oliverester

I think this is a little bug happening when predicting in `raw` mode. In `pytorch_forecasting/utils.py` , the `move_to_device` function should be changed to: ``` elif isinstance(x, OutputMixIn): x = x.__class__(**{name:...