keras-examples icon indicating copy to clipboard operation
keras-examples copied to clipboard

How you are performing finetuning in without load_weights in 17flowers

Open palash89 opened this issue 6 years ago • 0 comments

In finetuning.py of 17Flowers how you are performing fine tuning without loading a pretrained weights?

As I can see you commented out the following line (Line no. 51):

# top_model.load_weights(os.path.join(result_dir, 'bottleneck_fc_model.h5'))

Whereas in finetuning.py of dogs_vs_cats you are executing that line. Is it possible to fine tune without loading a pretrained model?

palash89 avatar Dec 05 '18 14:12 palash89