i upgraded my neuralforecast pip module version an...
# general
n
i upgraded my neuralforecast pip module version and im getting this error when I attempt to run
.predict()
Copy code
AttributeError: 'TimeSeriesDataset' object has no attribute 'scalers_'
j
Are you using a model saved with a previous version?
n
no, i downgraded every back to 1.6.4
I cannot transfer learn my models now either, because when i upgraded NF it also upgraded the deps and now Im stuck with a different pytorch version
Copy code
TypeError                                 Traceback (most recent call last)
<ipython-input-10-756cfdd4c39e> in <cell line: 13>()
     11 
     12 # +++++ Transfer Learn Trained Model +++++
---> 13 Transformer(
     14   'Bitcoin', retrain_model=True, prediction_window=PREDICTION_WINDOW,
     15   test_cut_off=TEST_WINDOW, interval=INTERVAL

3 frames
/usr/local/lib/python3.10/dist-packages/pytorch_lightning/utilities/argparse.py in insert_env_defaults(self, *args, **kwargs)
     68 
     69         # all args were already moved to kwargs
---> 70         return fn(self, **kwargs)
     71 
     72     return cast(_T, insert_env_defaults)

TypeError: Trainer.__init__() got an unexpected keyword argument 'optimizer'
j
Did you mix installations, i.e. installed neuralforecast with both pip and conda? Seems like your installation is broken
n
no just pip
im going to nuke this Colab and start over