You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\Users\Documents\DeepMalwareDetector-1\Deep4MalWeb> python wsgi.py
C:\Users\Documents\DeepMalwareDetector-1\Deep4MalWeb
True
Traceback (most recent call last):
File "C:\Users\Documents\DeepMalwareDetector-1\Deep4MalWeb\wsgi.py", line 1, in
from dm.main import app
File "C:\Users\Documents\DeepMalwareDetector-1\Deep4MalWeb\dm\main.py", line 41, in
models = load_static(paths)
^^^^^^^^^^^^^^^^^^
File "C:\Users\Documents\DeepMalwareDetector-1\Deep4MalWeb\dm\load_model.py", line 11, in load_static
loaded.append(load_model(path))
^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\keras\src\saving\saving_api.py", line 262, in load_model
return legacy_sm_saving_lib.load_model(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\keras\src\utils\traceback_utils.py", line 70, in error_handler
raise e.with_traceback(filtered_tb) from None
File "C:\Python311\Lib\site-packages\h5py_hl\files.py", line 562, in init
fid = make_fid(name, mode, userblock_size, fapl, fcpl, swmr=swmr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\h5py_hl\files.py", line 235, in make_fid
fid = h5f.open(name, flags, fapl=fapl)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "h5py_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py\h5f.pyx", line 102, in h5py.h5f.open
OSError: Unable to synchronously open file (file signature not found)
The text was updated successfully, but these errors were encountered:
PS C:\Users\Documents\DeepMalwareDetector-1\Deep4MalWeb> python wsgi.py
C:\Users\Documents\DeepMalwareDetector-1\Deep4MalWeb
True
Traceback (most recent call last):
File "C:\Users\Documents\DeepMalwareDetector-1\Deep4MalWeb\wsgi.py", line 1, in
from dm.main import app
File "C:\Users\Documents\DeepMalwareDetector-1\Deep4MalWeb\dm\main.py", line 41, in
models = load_static(paths)
^^^^^^^^^^^^^^^^^^
File "C:\Users\Documents\DeepMalwareDetector-1\Deep4MalWeb\dm\load_model.py", line 11, in load_static
loaded.append(load_model(path))
^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\keras\src\saving\saving_api.py", line 262, in load_model
return legacy_sm_saving_lib.load_model(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\keras\src\utils\traceback_utils.py", line 70, in error_handler
raise e.with_traceback(filtered_tb) from None
File "C:\Python311\Lib\site-packages\h5py_hl\files.py", line 562, in init
fid = make_fid(name, mode, userblock_size, fapl, fcpl, swmr=swmr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\h5py_hl\files.py", line 235, in make_fid
fid = h5f.open(name, flags, fapl=fapl)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "h5py_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py\h5f.pyx", line 102, in h5py.h5f.open
OSError: Unable to synchronously open file (file signature not found)
The text was updated successfully, but these errors were encountered: