MCPcopy Index your code
hub / github.com/CompVis/diff2flow / stop_training_method

Method stop_training_method

diff2flow/trainer_module.py:182–183  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

180
181 # dummy function to be compatible
182 def stop_training_method(self):
183 pass
184
185 def configure_optimizers(self):
186 opt = torch.optim.Adam(self.parameters(), lr=self.lr, weight_decay=self.weight_decay)

Callers 2

training_stepMethod · 0.95
validation_stepMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected