Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVlabs/LongLive
/ is_empty
Method
is_empty
utils/error_buffer.py:198–199 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
196
return
err
197
198
def
is_empty(self):
199
return
self.total_added == 0
200
201
def
has_pos(self, block_pos):
202
""
"Whether ANY owned timestep bucket at ``block_pos`` has samples (2D only)."
""
Callers
2
has_pos
Method · 0.95
generator_loss
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected