Skip to content

Commit 0f47c93

Browse files
authored
Update readme.md
1 parent 2946e5f commit 0f47c93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

04 VGG Tensorflow/readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ https://arxiv.org/abs/1409.1556
2222
https://mega.nz/#!YU1FWJrA!O1ywiCS2IiOlUCtCpI6HTJOMrneN-Qdv3ywQP5poecM
2323
2. For Chinese users, I put it on baidu: https://pan.baidu.com/s/1pLGzull
2424
2. Remove the final layer, add one layer with 10 nodes to test the CIFAR10 dataset.
25-
3. It took me around one hour to train with 15000 training steps and learning rate is 0.01.
25+
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 87%.
2626
# Screenshots:
2727
![alt_text](https://github.com/kevin28520/My-TensorFlow-tutorials/blob/master/04%20VGG%20Tensorflow/images/000.JPG?raw=true)
2828
![alt_text](https://github.com/kevin28520/My-TensorFlow-tutorials/blob/master/04%20VGG%20Tensorflow/images/001.JPG?raw=true)
2929
![alt_text](https://github.com/kevin28520/My-TensorFlow-tutorials/blob/master/04%20VGG%20Tensorflow/images/002.JPG?raw=true)
3030
![alt_text](https://github.com/kevin28520/My-TensorFlow-tutorials/blob/master/04%20VGG%20Tensorflow/images/007.png?raw=true)
3131
![alt_text](https://github.com/kevin28520/My-TensorFlow-tutorials/blob/master/04%20VGG%20Tensorflow/images/008.JPG?raw=true)
3232
![alt_text](https://github.com/kevin28520/My-TensorFlow-tutorials/blob/master/04%20VGG%20Tensorflow/images/009.JPG?raw=true)
33+
(the final figure is not fully trained yet.)

0 commit comments

Comments
 (0)