I have recently saved my Keres-trained CNN model in .h5 format to create a web application. My precious models had a size of less than 100MB and the app would run without any problem; but this time the saved .h5 file is more than 100MB in size and I encounter the following error:
OSError: Unable to open file (File signature not found).
Would you suggest any solution to this problem? Thanks in advance.
Note: I used Git LFS to upload the file to my GitHub repository.