Mark Cramer
Mark Cramer
I got the reply on Stack Overflow: https://stackoverflow.com/q/56412328/852795. In `hp.py` I changed `with open("data/" + filename, "rb") as fin:` to `with open("data/" + filename, "r") as fin:` and it works!
I see you left a few notes, but I'm not sure exactly what you're asking. To call the saved model to get the output, go to the section labeled "Prediction"....
That's a difficult question to answer without digging into your code and the text files you used. Perhaps you don't have enough training data or perhaps you didn't train for...
Without digging into this more extensively, here is my best guess: the 'distance' between your correct and incorrect spellings is too great for the neural net to learn a generalized...
I have Pytorch 1.4.0 installed, and have updated everything else, and I'm still getting `torch/csrc/jit/argument_spec.h(190): error: member "torch::jit::ArgumentSpecCreator::DEPTH_LIMIT" may not be initialized`. I did, however, comment out line 190 in...