Huy Nguyen
Huy Nguyen
@usimarit Thank you for your comment. I think the reason come from https://github.com/TensorSpeech/TensorFlowASR/blob/main/tensorflow_asr/models/base_model.py#L24. cause the error that I get is ```python ValueError: Object dictionary contained a non-trackable object: dict_values([]) (for...
Unfortunately, I got this error after I comment all the functions that uses the self._metrics and rebuild. ```python --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in ----> 1 tf.saved_model.save(module, model_sv_path,...