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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
partial_fit()
Add a new API named partial_fit(), which allows the user to train on a single sequence.
This API will target at the advanced users. The user needs to write his own code for things like data shuffling.
Ideally, the fit() function should be calling the partial_fit() function.
fit()
The text was updated successfully, but these errors were encountered:
wq2012
No branches or pull requests
Add a new API named
partial_fit()
, which allows the user to train on a single sequence.This API will target at the advanced users. The user needs to write his own code for things like data shuffling.
Ideally, the
fit()
function should be calling thepartial_fit()
function.The text was updated successfully, but these errors were encountered: