MCPcopy Create free account
hub / github.com/cure-lab/deep-active-learning / __init__

Method __init__

utils.py:46–47  ·  view source on GitHub ↗
(self, total_epoch)

Source from the content-addressed store, hash-verified

44 """Computes and stores the minimum loss value and its epoch index"""
45
46 def __init__(self, total_epoch):
47 self.reset(total_epoch)
48
49 def reset(self, total_epoch):
50 assert total_epoch > 0

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected