Skip to content

Commit 864e39d

Browse files
authored
Update readme.md
1 parent 8ad1911 commit 864e39d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

04 VGG Tensorflow/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ https://arxiv.org/abs/1409.1556
2121
1. load pre-trained parameters (trained on ImageNet dataset, 1000 classes), you can download the parameter file (vgg16.npy, about 500M) here:
2222
https://mega.nz/#!YU1FWJrA!O1ywiCS2IiOlUCtCpI6HTJOMrneN-Qdv3ywQP5poecM
2323
2. For Chinese users, I put the pre-trained parameter file (about 500M) on baidu: https://pan.baidu.com/s/1pLGzull
24-
2. Remove the final layer, add one layer with 10 nodes to test the CIFAR10 dataset.
24+
2. Remove the final layer, add one layer with 10 nodes to test the CIFAR10 dataset(binary version).
25+
https://www.cs.toronto.edu/~kriz/cifar.html
2526
3. It took me around one hour to train with 15000 training steps and learning rate is 0.01. The testing accuracy on the CIFAR10 test dataset is about 85.69%.
2627
# Screenshots:
2728
![alt_text](https://github.com/kevin28520/My-TensorFlow-tutorials/blob/master/04%20VGG%20Tensorflow/images/000.JPG?raw=true)

0 commit comments

Comments
 (0)