Hi Guys,
I am trying to load imagenet weights for my CNN model. But it gives me the below error.
MobileNet = MobileNet(weights = 'imagenet', include_top = False, input_shape = (img_rows, img_cols, 3))
OSError: Unable to open file (truncated file: eof = 1277952, sblock->base_addr = 0, stored_eof = 17225924)
How can I solve this error?