Using TensorFlow backend. Traceback (most recent call last): File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "src/__main__.py", line 128, in res_4 = ti.thread_news(df_list_3) File "src/tasks_interfaces.py", line 101, in thread_news embs = embeddings.extract_embeddings(df, tup[1]) File "src/embeddings.py", line 25, in extract_embeddings AttentionLSTM_model = load_model(path, custom_objects={'Attention': Attention(maxlen, )}) File "./venv/lib/python3.7/site-packages/keras/engine/saving.py", line 492, in load_wrapper return load_function(*args, **kwargs) File "./venv/lib/python3.7/site-packages/keras/engine/saving.py", line 583, in load_model with H5Dict(filepath, mode='r') as h5dict: File "./venv/lib/python3.7/site-packages/keras/utils/io_utils.py", line 191, in __init__ self.data = h5py.File(path, mode=mode) File "./venv/lib/python3.7/site-packages/h5py/_hl/files.py", line 312, in __init__ fid = make_fid(name, mode, userblock_size, fapl, swmr=swmr) File "./venv/lib/python3.7/site-packages/h5py/_hl/files.py", line 142, 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 78, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = 'tgnews/models/AttentionLSTM_model_Glove_50_100_balanced_CM_Glove_extra_DENSE.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)