emorynlp / nlp4j

NLP framework for JVM languages.
http://emorynlp.github.io/nlp4j/
Other
149 stars 33 forks source link

NullPointer error when training from previous model? #36

Open heraclex12 opened 4 years ago

heraclex12 commented 4 years ago

Hi,

I am training from my previous model. But I think some problems in this amazing project. It is AdaptiveGradientDescent and AdaptiveGradientDescentMiniBatch class, it's not allocated so the program get NullPointer error. I don't know whether the above classes will be allocated empty or use from exist model.

Thank you for your help!