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.
Neural Networks
Half precision weights
New to .mlmodel specification version 2
Supported by macOS 10.13.2, iOS 11.2, watchOS 4.2, tvOS 11.2
WeightParams can now be specified in half precision (float16)
New float16 conversion utility function can convert existing models with neural networks to half precision by calling coremltools.utils.convert_neural_network_spec_weights_to_fp16
Can also pass in a flag in keras or caffe converter functions during model conversion time to convert models to half precision