Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NJU-PCALab/STAR
/ null
Method
null
utils_data/opensora/models/text_encoder/t5.py:194–196 ·
view source on GitHub ↗
(self, n)
Source
from the content-addressed store, hash-verified
192
return
dict(y=caption_embs, mask=emb_masks)
193
194
def
null(self, n):
195
null_y = self.y_embedder.y_embedding[None].repeat(n, 1, 1)[:, None]
196
return
null_y
197
198
199
def
basic_clean(text):
Callers
4
sample
Method · 0.45
sample_sr
Method · 0.45
sample_sr_freq
Method · 0.45
sample
Method · 0.45
Calls
1
repeat
Method · 0.80
Tested by
no test coverage detected