finetuneAlexVGG
finetuneAlexVGG copied to clipboard
Finetune ConvNets with Tensorflow
👍
👍
there are four file generate after finetuning vgg16,and can anybody tell me how to use the checkpoint file to extract image features
after finetuning vgg16 model, there generate checkpoint file, i want to extract images' feature in the fc6 by finetuned model, is it still using "python create_features.py -image_path /path/to/images -model vgg...
The link to the VGG weights does not work anymore: https://mega.nz/a96db891-9e0d-1644-bee9-b2679aa26378 -model vgg_slim -init_from_ckpt vgg_16.ckpt: "error: argument -model: invalid choice: 'vgg_slim' (choose from 'vgg', 'alex')" (documentation outdated?) -model vgg -init_from_ckpt...