MCPcopy 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
54def get_dataset(name):
55 return datasets[name][0], datasets[name][1]
56
57
58def zipp(params, tparams):

Callers 1

train_lstmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected