Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nagamani-g opened this issue Jul 26, 2023 · 2 comments

Comments

@nagamani-g
Copy link

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.

@clevercoolvip
Copy link

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

@longPeoo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants