Open monajalal opened 6 years ago
Hi monajalal,
Not sure if you are still working on this but I believe the issue is due to the training dataset rather than the code itself. The code should work fine. After cleaning the data as suggested in question #8 , I realised that there are more NaN (on the text side), which I believe is what causing the error message above. There should be 5 more NaN on the text side after the cleaning process suggested by #8
And also any texts that contain only weird symbols that's not readable (which is equivalent to NaN also)
When I run:
[jalal@goku CharLSTM]$ python main.py bidirectional_lstm --train
I get the following error:How should this be fixed? I saw @andresiggesjo question https://github.com/charlesashby/CharLSTM/issues/8 and I was expecting the current repo to have the fix for it. Can you please guide?