You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Add support for fine-tuning a pretrained model on new data (#30)
Add a __version__ attribute to make the package version easily accessible at runtime (#35)
Changed
Drop the exact version requirements for python and tensorflow to support entire ranges of versions (#35)
Removed
Drop unused GraphMultitaskModel which ended up in the open-source release by accident (#34)
Fixed
Make the inference server check the status of child processes every 10 seconds, so that it can exit gracefully in case of errors instead of hanging (#33)