v2.14.0
No public description
Internal change
MaskRCNN box and mask losses normalization over the total number of box/mask instances from all replicas. For distributed training, current implementation will do losses normalization over the number of box/mask instances in each replica.
remove very expensive unit test.
Update code compatibility with Pillow 10.0.0
Checkpoints added for ResNet-(50, 101, 152), SpineNet-(49, 96, 143) and DeepLabV3+
Pipe missing in Readme.md file
Enable async checkpoint by default in Tensorflow model garden.