Skip to content

xkumiyu/chainer-fine-tuning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fine Tuning Example of Chainer using VGG

Preparation

wget http://www.robots.ox.ac.uk/%7Evgg/software/very_deep/caffe/VGG_ILSVRC_16_layers.caffemodel
python convert_caffemodel_to_npz.py

Usage

Train all layers (not fine tuning)

python train.py

Train fc8, fc7, fc6 layers, Freeze other layers

python train.py -m <Pretrained Model Npz File>

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages