You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the LSTM model with my own text file and I'm getting this error when I try to fit the model.
ValueError: Failed to find data adapter that can handle input: <class 'main.TextDataGenerator'>, <class 'NoneType'>
The text was updated successfully, but these errors were encountered:
I tried to run the LSTM model with my own text file and I'm getting this error when I try to fit the model.
ValueError: Failed to find data adapter that can handle input: <class 'main.TextDataGenerator'>, <class 'NoneType'>
The text was updated successfully, but these errors were encountered: