Skip to content

Commit c365db2

Browse files
Update TensorFlow Slim repo link
I updated the TensorFlow Slim repo link. The new link is https://github.com/tensorflow/models/tree/master/research/slim
1 parent 0d4ddaa commit c365db2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Results were obtained using (center cropped) images of the same size than during
202202

203203
Model | Version | Acc@1 | Acc@5
204204
--- | --- | --- | ---
205-
NASNet-A-Large | [Tensorflow](https://github.com/tensorflow/models/tree/master/slim) | 82.693 | 96.163
205+
NASNet-A-Large | [Tensorflow](https://github.com/tensorflow/models/tree/master/research/slim) | 82.693 | 96.163
206206
[NASNet-A-Large](https://github.com/Cadene/pretrained-models.pytorch#nasnet) | Our porting | 82.566 | 96.086
207207
SENet154 | [Caffe](https://github.com/hujie-frank/SENet) | 81.32 | 95.53
208208
[SENet154](https://github.com/Cadene/pretrained-models.pytorch#senet) | Our porting | 81.304 | 95.498
@@ -245,7 +245,7 @@ SE-ResNet50 | [Caffe](https://github.com/hujie-frank/SENet) | 77.63 | 93.64
245245
[DualPathNet68](https://github.com/Cadene/pretrained-models.pytorch#dualpathnetworks) | Our porting | 75.868 | 92.774
246246
[DenseNet121](https://github.com/Cadene/pretrained-models.pytorch#torchvision) | [Pytorch](https://github.com/pytorch/vision#models) | 74.646 | 92.136
247247
[VGG19_BN](https://github.com/Cadene/pretrained-models.pytorch#torchvision) | [Pytorch](https://github.com/pytorch/vision#models) | 74.266 | 92.066
248-
NASNet-A-Mobile | [Tensorflow](https://github.com/tensorflow/models/tree/master/slim) | 74.0 | 91.6
248+
NASNet-A-Mobile | [Tensorflow](https://github.com/tensorflow/models/tree/master/research/slim) | 74.0 | 91.6
249249
[NASNet-A-Mobile](https://github.com/veronikayurchuk/pretrained-models.pytorch/blob/master/pretrainedmodels/models/nasnet_mobile.py) | Our porting | 74.080 | 91.740
250250
[ResNet34](https://github.com/Cadene/pretrained-models.pytorch#torchvision) | [Pytorch](https://github.com/pytorch/vision#models) | 73.554 | 91.456
251251
[BNInception](https://github.com/Cadene/pretrained-models.pytorch#bninception) | Our porting | 73.522 | 91.560
@@ -276,7 +276,7 @@ Please see [Compute imagenet validation metrics](https://github.com/Cadene/pretr
276276

277277
#### NASNet*
278278

279-
Source: [TensorFlow Slim repo](https://github.com/tensorflow/models/tree/master/slim)
279+
Source: [TensorFlow Slim repo](https://github.com/tensorflow/models/tree/master/research/slim)
280280

281281
- `nasnetalarge(num_classes=1000, pretrained='imagenet')`
282282
- `nasnetalarge(num_classes=1001, pretrained='imagenet+background')`

0 commit comments

Comments
 (0)