lukecq1231 / nli

Enhanced LTSM for natural language inference
Apache License 2.0
265 stars 70 forks source link

save model #10

Open farimahjohari opened 5 years ago

farimahjohari commented 5 years ago

Hello. I lowered the amount of data so I can run with CPU. But at last the model did not run and I encountered the following error. what is the reason. image

lukecq1231 commented 5 years ago

It seems that your toy training data is too small, and the saveFreq is too large. You can change the saveFreq in "train.py" to a smaller number.