similarity icon indicating copy to clipboard operation
similarity copied to clipboard

saving as h5 failing

Open dnazila opened this issue 2 years ago • 1 comments

Loading a model that was saved with keras save_model, and trying to save with h5 format fails with:

<ipython-input-15-f39457d0adf2> in <module>()
----> 1 raw_model.save('/tmp/saved_model.h5', save_format='h5')

1 frames
in get_config(self)
   1203             return self._config
   1204         else:
-> 1205             raise NotImplementedError
   1206 
   1207 

NotImplementedError: 

dnazila avatar Jun 22 '22 17:06 dnazila

@dnazila Kindly please attach the code with full debugging output to sort out the issue.

Srikeshram avatar Jul 05 '22 16:07 Srikeshram