Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonLov authored Dec 4, 2019
1 parent a807b99 commit 501f88c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ This is an implement of vgg16 and vgg19 base on [machrisaa's](https://github.com

## Upgrade
The extra files(vgg16_trainable.py, datagenerator.py, test_vgg16_trainable.py and test_finetune_vgg16.py) can let you to apply the vgg16 network to others classification tasks through modifying the last fully-connected layer. Furthermore, you can easily choose any layers that you want to train instead of all layers. To train the vgg16 network, you need to prepare same datasets, or you can download one from [here](https://pan.baidu.com/s/1Drhq1Xrs5zTju690DHvf_Q).

The experiment environment is as follows:
- tensorflow=1.12.0
- pyhton=3.6.7
- numpy=1.16.2

0 comments on commit 501f88c

Please sign in to comment.