tensorflow / similarity

TensorFlow Similarity is a python package focused on making similarity learning quick and easy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saving as h5 failing

dnazila opened this issue · 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 Kindly please attach the code with full debugging output to sort out the issue.