ebonite
ebonite copied to clipboard
machine learning lifecycle framework
Bumps [lxml](https://github.com/lxml/lxml) from 4.5.1 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.1 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
When i am try to create docker image: ```python image = ebnt.create_image(model, 'nb_example_diabetes', builder_args={'force_overwrite': True}) ``` i have an error: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /tmp/ipykernel_43690/3838649324.py in...
if i import ebonite on python 3.8 i have this error: ### My OS ``` Distributor ID: Ubuntu Description: Ubuntu 20.04.3 LTS Release: 20.04 Codename: focal ``` ### Python ```...
Traceback (most recent call last): File "train_and_serve.py", line 58, in main() File "train_and_serve.py", line 50, in main model = ebonite.create_model(tf_keras_model, test_data, 'tf_v2_model') File "/Users/leepand/miniconda3/lib/python3.7/site-packages/ebonite/client/helpers.py", line 19, in create_model return Model.create(model_object,...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.1 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.2 to 3.7.4. Release notes Sourced from aiohttp's releases. aiohttp 3.7.3 release Features Use Brotli instead of brotlipy [#3803](https://github.com/aio-libs/aiohttp/issues/3803) <https://github.com/aio-libs/aiohttp/issues/3803>_ Made exceptions pickleable. Also changed the repr...