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
Hi! Ran into a few errors while running the code. We generated our own input data file (following the same format as the supplementary code's data_training.hdf5 file, but the model.hdf5 file seems to be empty. This was the error: OSError: Unable to open file (file signature not found) on running the training file.
The train.py file also seems to have a few errors. It works with ttensorflow.keras.optimizers though.
We could not find the model file in the supplementary code as well. Could we get the model specifications or the model file, please? @SSHH007
The text was updated successfully, but these errors were encountered:
Hi! Ran into a few errors while running the code. We generated our own input data file (following the same format as the supplementary code's
data_training.hdf5
file, but the model.hdf5 file seems to be empty. This was the error:OSError: Unable to open file (file signature not found)
on running the training file.The
train.py
file also seems to have a few errors. It works withttensorflow.keras.optimizers
though.We could not find the model file in the supplementary code as well. Could we get the model specifications or the model file, please? @SSHH007
The text was updated successfully, but these errors were encountered: