segmentation_models icon indicating copy to clipboard operation
segmentation_models copied to clipboard

Added hardcoded float32 for the activation layer

Open romitjain opened this issue 3 years ago • 0 comments

Added hardcoding of float32 for the activation layer.

This will prevent overriding from the following call:

from tensorflow.keras import mixed_precision
mixed_precision.set_global_policy('mixed_float16')

This can help enable mixed precision training on Unet models

romitjain avatar Jul 27 '22 07:07 romitjain