Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lisa-lab/DeepLearningTutorials
/ get_dataset
Function
get_dataset
code/lstm.py:54–55 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
52
53
54
def
get_dataset(name):
55
return
datasets[name][0], datasets[name][1]
56
57
58
def
zipp(params, tparams):
Callers
1
train_lstm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected