MCPcopy Create free account
hub / github.com/microsoft/TRELLIS / __init__

Method __init__

trellis/utils/elastic_utils.py:191–193  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

189 Mixin for training with elastic memory management.
190 """
191 def __init__(self, *args, **kwargs):
192 super().__init__(*args, **kwargs)
193 self._memory_controller: MemoryController = None
194
195 @abstractmethod
196 def _get_input_size(self, *args, **kwargs) -> int:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected