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 support for tf.einsum op
Bug fixes in image pre-processing error handling, quantization function for the embeddingND layer, conversion of tf.stack op
Updated the transpose removal mlmodel pass
Fixed import statement to support scikit-learn >=0.21 (@sapieneptus )
Added deprecation warnings for class NeuralNetworkShaper and methods visualize_spec, quantize_spec_weights
Updated the names of a few functions that were unintentionally exposed to the public API, to internal, by prepending with underscore. The original methods still work but deprecation warnings have been added.