Looking for `finetune3.h5` weights

Hi all,

I’m firing up the latest incarnation of VGG, and I’m at the point of running :

model.load_weights(model_path+'finetune3.h5')

But I get the error:

IOError: Unable to open file (Unable to open file: name = 'data/dogscats/models/finetune3.h5', errno = 2, error message = 'no such file or directory', flags = 0, o_flags = 0)
Looking in http://www.platform.ai/files/, I don’t see the weights that VGG is looking for.

They aren’t on my system, so they haven’t been downloaded already (this didn’t find anything: sudo find . -type f -name 'finetune3.h5')

Anyone know where I can access these weight? Thanks!

1 Like

You need to create those - save one of your earlier models so you have a starting point for your later models.