Skip to content

Commit 153c655

Browse files
authored
Update README.md
1 parent e13226d commit 153c655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The download link is [Here](https://drive.google.com/open?id=1XVEYb0TN2SbBYOqf8S
137137

138138
|Methods | Rank@1 | mAP| Reference|
139139
| -------- | ----- | ---- | ---- |
140-
| [EfficientNet-b4](from tf) | 85.78% | 66.80% | `python train.py --use_efficient --name eff; python test.py --name eff` |
140+
| [EfficientNet-b4] | 85.78% | 66.80% | `python train.py --use_efficient --name eff; python test.py --name eff` |
141141
| [ResNet-50] | 88.84% | 71.59% | `python train.py --train_all` |
142142
| [ResNet-50-ibn] | 89.13% | 73.40% | `python train.py --train_all --name res-ibn --ibn` |
143143
| [DenseNet-121] | 90.17% | 74.02% | `python train.py --name ft_net_dense --use_dense --train_all` |

0 commit comments

Comments
 (0)