Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorpack/tensorpack
/ get_data
Function
get_data
examples/GAN/ConditionalGAN-mnist.py:110–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
109
110
def
get_data():
111
ds = ConcatData([dataset.Mnist(
'train'
), dataset.Mnist(
'test'
)])
112
return
BatchData(ds, BATCH)
113
114
115
def
sample(model_path):
Callers
1
ConditionalGAN-mnist.py
File · 0.70
Calls
2
ConcatData
Class · 0.85
BatchData
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…