MCPcopy Create free account
hub / github.com/Monalissaa/DisenDiff / reset

Method reset

src/attention_controllers.py:215–218  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

213
214
215 def reset(self):
216 super(AttentionStore, self).reset()
217 self.step_store = self.get_empty_store()
218 self.attention_store = {}
219
220 def __init__(self, all_step_attention_store=False):
221 super(AttentionStore, self).__init__()

Callers 1

mainFunction · 0.45

Calls 1

get_empty_storeMethod · 0.95

Tested by

no test coverage detected