I'm trying to create a new issue on Github and it'...
# neural-forecast
p
I'm trying to create a new issue on Github and it's not letting me for some reason. I'm trying to load a HINT model and I'm getting the error:
Copy code
---------------------------------------------------------------------------
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'
The new issue button is blocked for me. I think it might be because I'm on a corporate account???