similarity
similarity copied to clipboard
saving as h5 failing
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 Kindly please attach the code with full debugging output to sort out the issue.