MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / validation_step

Method validation_step

python/oneflow/framework/model.py:211–214  ·  view source on GitHub ↗

Operates on a single batch of data from the validation set.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

209 raise NotImplementedError()
210
211 def validation_step(self, *args, **kwargs):
212 """Operates on a single batch of data from the validation set.
213 """
214 raise NotImplementedError()
215
216 def configure_optimizers(self):
217 """Choose what optimizers and learning-rate schedulers to use in your optimization.

Callers 2

jobMethod · 0.80
stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected