Open antoinecarme opened 6 years ago
Need to :
Added some issue for making keras models picklable :
https://github.com/keras-team/keras/issues/10475
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
Traceback (most recent call last):
File "/home/antoine/dev/python/packages/sql_deploy/keras2sql/test_client.py", line 64, in <module>
pickle_data = pickle.dumps(clf)
TypeError: cannot pickle 'weakref' object
Keep the faith that such an issue be solved someday.
Allow generation deployment SQL for keras models using this web service.
https://github.com/antoinecarme/keras2sql
Deliverables :