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
What
PCLR SavedModel different to PCLR.h5 and model as described in the pre-print Appendix A
Unable to load PCLR.h5 - SavedModel file does not exist at: ./PCLR.h5/{saved_model.pbtxt|saved_model.pb}
Why
The PCLR models are different between the newer Keras saved model format and the older H5 format (older format has 2 additional Dense layers)
How
Please provide the older H5 model in the newer saved model format so it can be loaded
Alternatively, specify the versions of tensorflow, Keras and python used to save the .h5 model, so the same environment can be used to load the model