models
models copied to clipboard
[FEA] Mixed Precision Support for Merlin Models TensorFlow
🚀 Feature request
@bschifferer did you get a chance to test these two lines and see some speed up?
policy = mixed_precision.Policy('mixed_float16')
mixed_precision.set_global_policy(policy)