MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / StopTraining

Class StopTraining

tensorpack/train/base.py:24–28  ·  view source on GitHub ↗

An exception thrown to stop training.

Source from the content-addressed store, hash-verified

22
23
24class StopTraining(Exception):
25 """
26 An exception thrown to stop training.
27 """
28 pass
29
30
31class TrainLoop(object):

Callers 2

_trigger_epochMethod · 0.85
lr_funcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…