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
I successfully trained with the default mp3. But I'm getting this error when predicting:
seedSeqNew = model._predict(seedSeq) #Step 1. Generate X_n + 1 AttributeError: 'Sequential' object has no attribute '_predict'
The text was updated successfully, but these errors were encountered:
Remove the _ in _predict
Sorry, something went wrong.
No branches or pull requests
I successfully trained with the default mp3. But I'm getting this error when predicting:
The text was updated successfully, but these errors were encountered: