MCPcopy Create free account
hub / github.com/DragonisCV/RAM / get_current_visuals

Method get_current_visuals

ram/models/base_model.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 pass
28
29 def get_current_visuals(self):
30 pass
31
32 def save(self, epoch, current_iter):
33 """Save networks and training state."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected