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
Currently, auxiliary methods such as getChar3GramVectorToSentence are mixed with iterator methods in classes that implement DataSetIterator. However, an iterator is not needed for e.g. prediction.
We should move such methods to a separate class.
The text was updated successfully, but these errors were encountered:
Currently, auxiliary methods such as
getChar3GramVectorToSentence
are mixed with iterator methods in classes that implementDataSetIterator
. However, an iterator is not needed for e.g. prediction.We should move such methods to a separate class.
The text was updated successfully, but these errors were encountered: