Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/TRELLIS
/ __init__
Method
__init__
trellis/utils/elastic_utils.py:152–154 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
150
Module
for
training
with
elastic memory management.
151
""
"
152
def
__init__(self):
153
super().__init__()
154
self._memory_controller: MemoryController = None
155
156
@abstractmethod
157
def
_get_input_size(self, *args, **kwargs) -> int:
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected