wireviz / WireViz

Easily document cables and wiring harnesses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSError: No file or directory found at spiral_keras_model.h5

project-set opened this issue · comments

hello, please help me..thanks


OSError Traceback (most recent call last)
Cell In[16], line 1
----> 1 model = load_model('spiral_keras_model.h5')
2 class_names = ['1 Healthy-Spiral', '0 Parkinsons-Spiral']

File ~\anaconda3\Lib\site-packages\keras\src\saving\saving_api.py:262, in load_model(filepath, custom_objects, compile, safe_mode, **kwargs)
254 return saving_lib.load_model(
255 filepath,
256 custom_objects=custom_objects,
257 compile=compile,
258 safe_mode=safe_mode,
259 )
261 # Legacy case.
--> 262 return legacy_sm_saving_lib.load_model(
263 filepath, custom_objects=custom_objects, compile=compile, **kwargs
264 )

File ~\anaconda3\Lib\site-packages\keras\src\utils\traceback_utils.py:70, in filter_traceback..error_handler(*args, **kwargs)
67 filtered_tb = _process_traceback_frames(e.traceback)
68 # To get the full stack trace, call:
69 # tf.debugging.disable_traceback_filtering()
---> 70 raise e.with_traceback(filtered_tb) from None
71 finally:
72 del filtered_tb

File ~\anaconda3\Lib\site-packages\keras\src\saving\legacy\save.py:234, in load_model(filepath, custom_objects, compile, options)
232 if isinstance(filepath_str, str):
233 if not tf.io.gfile.exists(filepath_str):
--> 234 raise IOError(
235 f"No file or directory found at {filepath_str}"
236 )
238 if tf.io.gfile.isdir(filepath_str):
239 return saved_model_load.load(
240 filepath_str, compile, options
241 )

OSError: No file or directory found at spiral_keras_model.h5

commented

@project-set - thank's for reporting this error, but please provide information about your set of versions as described in CONTRIBUTING.md and how you installed WireViz and dependencies. Otherwise, it might be hard to help you when nobody knows how to recreate the error you report.

@project-set please place your request with the Keras team. This is not related to WireViz...
https://github.com/keras-team/keras/issues/

No file or directory found at spiral_keras_model.h5

However, I propose that you check for the file that is mentioned in the error message before opening another issue with Keras!