Use VGG16 with Keras http://aidiary.hatenablog.com/entry/20170104/1483535144
According to the contents here, if you execute the script and ** stop the trained data in the middle of downloading ** and then try to execute it again, the following error will occur.
OSError: Unable to open file (Truncated file: eof = 174129152, sblock->base_addr = 0, stored_eoa = 553467096)
https://stackoverflow.com/questions/40839114/i-tried-to-fine-tune-vgg16-on-my-dataset-but-met-the-oserror-about-loading-vgg1
It depends on the environment, but I think that there is only one file called vgg16_weights_tf_dim_ordering_tf_kernels.h5
in the following directory, so you can reload it by deleting this and executing it again.
C:\Users\(User name)\.keras\models
Recommended Posts