MCPcopy
hub / github.com/TensorSpeech/TensorFlowTTS / compile

Method compile

tensorflow_tts/trainers/base_trainer.py:90–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88
89 @abc.abstractmethod
90 def compile(self):
91 pass
92
93 @abc.abstractmethod
94 def create_checkpoint_manager(self, saved_path=None, max_to_keep=10):

Callers 8

cleaners.pyFile · 0.45
number_norm.pyFile · 0.45
thorsten.pyFile · 0.45
kss.pyFile · 0.45
baker.pyFile · 0.45
synpaflex.pyFile · 0.45
ljspeech.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected