From 33ed13b3fe3dd5c0036de331c95ac8690e828424 Mon Sep 17 00:00:00 2001 From: irhallac Date: Mon, 14 Nov 2022 01:07:08 +0300 Subject: [PATCH] Update MODEL_ZOO.md --- models/official/detection/MODEL_ZOO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/official/detection/MODEL_ZOO.md b/models/official/detection/MODEL_ZOO.md index be9c62cb3..5ec204ced 100644 --- a/models/official/detection/MODEL_ZOO.md +++ b/models/official/detection/MODEL_ZOO.md @@ -78,7 +78,7 @@ SpineNet-190 trained with stochastic depth and swish activation for a longer she | model | resolution | epochs | FLOPs (B) | params (M) | Top-1 | Top-5 | download | | ------------ |:-------------:| ---------:|-----------:|--------:|--------:|---------:|-----------:| | ResNet-34 | 224x224 | 200 | 3.7 | 21.8 | 74.4 | 92.0 | [ckpt](https://storage.cloud.google.com/cloud-tpu-checkpoints/detection/classification/resnet-34-imagenet.tar.gz?organizationId=433637338589) \| config| -| ResNet-50 | 224x224 | 200 | 4.1 | 25.6 | 77.1 | 93.6 | [ckpt](https://storage.cloud.google.com/cloud-tpu-checkpoints/detection/classification/resnet-34-imagenet.tar.gz?organizationId=433637338589) \| config| +| ResNet-50 | 224x224 | 200 | 4.1 | 25.6 | 77.1 | 93.6 | [ckpt](https://storage.cloud.google.com/cloud-tpu-checkpoints/detection/classification/resnet-50-imagenet.tar.gz?organizationId=433637338589) \| config| | ResNet-101 | 224x224 | 200 | 7.8 | 44.6 | 78.2 | 94.2 | [ckpt](https://storage.cloud.google.com/cloud-tpu-checkpoints/detection/classification/resnet-101-imagenet.tar.gz?organizationId=433637338589) \| config | | ResNet-152 | 224x224 | 200 | 11.5 | 60.2 | 78.4 | 94.2 | [ckpt](https://storage.cloud.google.com/cloud-tpu-checkpoints/detection/classification/resnet-152-imagenet.tar.gz?organizationId=433637338589) \| config | | SpineNet-49 | 224x224 | 200 | 3.5 | 22.1 | 77.0 | 93.3 | [ckpt](https://storage.cloud.google.com/cloud-tpu-checkpoints/detection/classification/spinenet-49-imagenet.tar.gz?organizationId=433637338589) \| [config](https://github.com/tensorflow/tpu/blob/master/models/official/detection/configs/spinenet/spinenet49_classification.yaml)|