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 d8fe59f commit a807b99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Vgg16-Tensorflow
This is an implement of vgg16 and vgg19 base on [machrisaa's](https://github.com/machrisaa/tensorflow-vgg) and [kratzert's](https://github.com/kratzert/finetune_alexnet_with_tensorflow) work.
This is an implement of vgg16 and vgg19 base on [machrisaa's](https://github.com/machrisaa/tensorflow-vgg) and [kratzert's](https://github.com/kratzert/finetune_alexnet_with_tensorflow) work. To use the VGG networks, the npy files for [VGG16 NPY](https://mega.nz/#!YU1FWJrA!O1ywiCS2IiOlUCtCpI6HTJOMrneN-Qdv3ywQP5poecM) or [VGG19 NPY](https://mega.nz/#!xZ8glS6J!MAnE91ND_WyfZ_8mvkuSa2YcA7q-1ehfSm-Q1fxOvvs) has to be downloaded.

## 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).

0 comments on commit a807b99

Please sign in to comment.