Closed edwin-19 closed 3 years ago
@edwin-19 It's an unofficial API of keras. I just removed it from bentoml in latest commits. Could you please try again on the master branch?
@bojiang i didnt clone the repo to install bentoml
i used the pip install BentoML (version 0.9.2)
Should i clone the repo and install from there
Should I clone the repo and install from there?
Yeah.
You can also simply run
pip install git+https://github.com/bentoml/BentoML.git
to install from the master branch.
Ok that seemed to work. Thanks!
But i was wondering are you guys planning to move this to the official release?
You must have noticed that the new version has been released. :)
Describe the bug
When i am trying to save a keras model artifacts i get the following error
To Reproduce
see screenshot logs
Expected behavior
should be able to save bento model
Screenshots/Logs
Environment:
Additional context
I've noticed there's a similar bug elsewhere here has this been patched? or something similar?