Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
learn.save_all(path='export', dls_fname='dls', model_fname='model', learner_fname='learner')
The above command shows the following error for the TST model
TypeError: cannot pickle 'code' object
learn.save_all(path='export', dls_fname='dls', model_fname='model', learner_fname='learner') The above command shows the following error for the TST model TypeError: cannot pickle 'code' object