machrisaa / tensorflow-vgg

VGG19 and VGG16 on Tensorflow
2.21k stars 1.08k forks source link

vgg19_trainable without trainer? #71

Open vxgu86 opened 5 years ago

vxgu86 commented 5 years ago

vgg19_trainable support train from existing vaiables or from scratch. (But the trainer is not included)

do you mean that it only can be finetuned? how can I train this network from scratch?