Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AkaliKong/MiniOneRec
/ get_inputs
Method
get_inputs
ts_rec_data.py:126–131 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
124
}
125
126
def
get_inputs(self):
127
inputs = []
128
for
i in tqdm(range(len(self.data))):
129
inputs.append(self.pre(i))
130
131
self.inputs = inputs
132
133
def
get_all(self):
134
temp = []
Callers
2
__init__
Method · 0.95
__init__
Method · 0.95
Calls
1
pre
Method · 0.95
Tested by
no test coverage detected