-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Add support for Keras Models SQL generation #3
Comments
Need to :
|
Added some issue for making keras models picklable : Some serious effort already started : |
As of 2021-05-04 , Keras models do not pickle properly, the test script https://github.com/antoinecarme/keras2sql/blob/master/test_client.py which builds a simple RNN classification model on the iris dataset fails to pickle with the following error
Keep the faith that such an issue be solved someday. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Allow generation deployment SQL for keras models using this web service.
https://github.com/antoinecarme/keras2sql
Deliverables :
The text was updated successfully, but these errors were encountered: