Phil
08/07/2023, 7:52 PM---------------------------------------------------------------------------
KeyError Traceback (most recent call last)
Cell In[32], line 1
----> 1 nf2 = NeuralForecast.load(path='./results/model5/')
File ~/pytorch_forecasting/silvertorch/pytorch/lib/python3.10/site-packages/neuralforecast/core.py:693, in NeuralForecast.load(path, verbose)
690 for model in models_ckpt:
691 model_name = model.split("_")[0]
692 models.append(
--> 693 MODEL_FILENAME_DICT[model_name].load_from_checkpoint(f"{path}/{model}")
694 )
695 if verbose:
696 print(f"Model {model_name} loaded.")
KeyError: 'hint'