|
@@ -1,6 +1,7 @@
|
|
|
# ResNet-50 v1.5 for TensorFlow
|
|
# ResNet-50 v1.5 for TensorFlow
|
|
|
|
|
|
|
|
This repository provides a script and recipe to train the ResNet-50 v1.5 model to achieve state-of-the-art accuracy, and is tested and maintained by NVIDIA.
|
|
This repository provides a script and recipe to train the ResNet-50 v1.5 model to achieve state-of-the-art accuracy, and is tested and maintained by NVIDIA.
|
|
|
|
|
+ResNet-50 model for TensorFlow1 is no longer maintained and will soon become unavailable, please consider PyTorch or TensorFlow2 models as a substitute for your requirements.
|
|
|
|
|
|
|
|
## Table Of Contents
|
|
## Table Of Contents
|
|
|
* [Model overview](#model-overview)
|
|
* [Model overview](#model-overview)
|
|
@@ -858,5 +859,8 @@ on NVIDIA T4 with (1x T4 16G) GPU.
|
|
|
* Added support for syntetic dataset with different image size
|
|
* Added support for syntetic dataset with different image size
|
|
|
9. January, 2022
|
|
9. January, 2022
|
|
|
* Added barrier at the end of multiprocess run
|
|
* Added barrier at the end of multiprocess run
|
|
|
|
|
+10. April, 2023
|
|
|
|
|
+ * Ceased maintenance of ConvNets in TensorFlow1
|
|
|
|
|
+
|
|
|
### Known issues
|
|
### Known issues
|
|
|
Performance without XLA enabled is low due to BN + ReLU fusion bug.
|
|
Performance without XLA enabled is low due to BN + ReLU fusion bug.
|