MCPcopy Index your code
hub / github.com/MoonInTheRiver/DiffSinger / build_model

Method build_model

tasks/base_task.py:105–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 # Training, validation and testing
104 ###########
105 def build_model(self):
106 raise NotImplementedError
107
108 def load_ckpt(self, ckpt_base_dir, current_model_name=None, model_name='model', force=True, strict=True):
109 # This function is updated on 2021.12.13

Callers 2

fitMethod · 0.45
ddp_trainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected