python_for_microscopists icon indicating copy to clipboard operation
python_for_microscopists copied to clipboard

OSError: No file or directory found at models/satellite_standard_unet_100epochs.hdf5

Open nagamani-g opened this issue 1 year ago • 2 comments

Hello All. when i executed semantic segmentation using unet code for 100 epochs, i got memory exhausted error and now i upgraded my system to 16GB RAM and i7 processor and executed the program. now my output is IoU graph and after it i am encountering the error " load_ model raise IOError**( OSError: No file or directory found at models/satellite_standard_unet_100epochs.hdf5"** ). I don't have any graphic card in my system. can you please help me out to resolve this issue as well please suggest the configuration required to run this successfully. Thank you.

nagamani-g avatar Jul 26 '23 07:07 nagamani-g

The error is not due to your hardware at all, Problem:

  1. Your model might not be in the "/models/" folder
  2. There might be an error with the naming of the file

Solution:

  1. Try to use "path" in "os" module in python

P.s. - Please provide the folder hierarchy to know the exact solution

clevercoolvip avatar Jan 07 '24 16:01 clevercoolvip

where can I find the model "satellite_standard_unet_100epochs.hdf5". I did not see it in the github

longPeoo avatar Apr 23 '24 09:04 longPeoo