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
After run program with ''create-issues-data-set" argument empty line creates at the top of output file.
This leads to crash when program runs with "create-issues-vector-model" argument with following error:
Exception in thread "main" java.lang.IllegalArgumentException: Invalid column 0
at org.deeplearning4j.util.StringGrid.checkInvalidColumn(StringGrid.java:674)
at org.deeplearning4j.util.StringGrid.getColumn(StringGrid.java:659)
at org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator.<init>(LabelAwareListSentenceIterator.java:54)
at com.koval.resolver.common.api.doc2vec.VectorModelCreator.createFromInputStream(VectorModelCreator.java:57)
at com.koval.resolver.common.api.doc2vec.VectorModelCreator.createFromFile(VectorModelCreator.java:46)
at com.koval.resolver.core.Launcher.createVectorModel(Launcher.java:299)
at com.koval.resolver.core.Launcher.createIssuesVectorModel(Launcher.java:101)
at com.koval.resolver.IResolverApplication.main(IResolverApplication.java:60)
…e of blank description field fixed (#168)
* #161 Empty line at the top of Issues_DataSet.txt file removed
#167 NPE because of blank description field fixed
* passed pmd check
After run program with ''create-issues-data-set" argument empty line creates at the top of output file.
This leads to crash when program runs with "create-issues-vector-model" argument with following error:
Full error log:
error_log.txt
There may be two different fixes:
The text was updated successfully, but these errors were encountered: