machrisaa / tensorflow-vgg

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

Training from scratch #23

Closed phongnhhn92 closed 7 years ago

phongnhhn92 commented 7 years ago

Hello, i am tf beginner. When i look at your code, i didnt see any instruction of how to training vgg from scratch or fine tuning from specified weights. Would you mind showing me how to do with your code ? Thanks a lot

machrisaa commented 7 years ago

Hi @phongnhhn92, training the network from scratch is not in the scope of this project. But you may find something useful in the discussion here.