jmnum

Results 1 comments of jmnum

It looks like the load_model() function calls the legacy function without the compile argument. And compile is true by default. if str(filepath).endswith((".h5", ".hdf5")): return legacy_h5_format.load_model_from_hdf5(filepath) I guess that modifying this...