From a9ba5f8950b77e474e6a93783d1d95fe55930b05 Mon Sep 17 00:00:00 2001 From: Yihui He Date: Wed, 9 Feb 2022 12:43:06 -0800 Subject: [PATCH] Update index.md --- index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index d8f0c33..d6e6dbf 100644 --- a/index.md +++ b/index.md @@ -3,6 +3,7 @@ ```Shell ~/caffe/build/tools/caffe test -gpu 0 -iterations 100 -model resnet-20/trainval.prototxt -weights resnet-20/snapshot/solver_iter_64000.caffemodel ``` + | Model | Acc | Claimed Acc| |:---------------------------------------------------------------------------------------------------------|:-----------:|:-------------:| | [ResNet-20](https://github.com/yihui-he/resnet-cifar10-caffe/releases/download/1.0/resnet20_iter_64000.caffemodel) | 91.4% | 91.25% | @@ -39,8 +40,8 @@ python plot.py PATH/TO/LOGS Results are consistent with original paper. seems there's no much difference between resnet-20 and plain-20. However, from the second plot, you can see that plain-110 have difficulty to converge.

- - + +

### How I generate prototxts: