/finetune_vgg16_inception_v3

fine tuning vgg16 and inception v3

Primary LanguagePython

finetuning-vgg16

This code fine tunes the vgg16 model. It's optimized to use the least possible RAM up to my knowledge. The model and the weights used in this code belong to the author of http://www.cs.toronto.edu/~frossard/post/vgg16/

update

added inceptionv3 from slim research repo