We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I want to do text classification. Could you please provide a sample code for the implementation of IDataIter?
Here is want I want to accomplish:
var loadedModel = FeedForward.Load(...); var result = loadedModel.Predict("Text 1"); //?
So how should I wrap the string "Text 1" as IDataIter? Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to do text classification. Could you please provide a sample code for the implementation of IDataIter?
Here is want I want to accomplish:
So how should I wrap the string "Text 1" as IDataIter? Thank you!
The text was updated successfully, but these errors were encountered: