MCPcopy Index your code
hub / github.com/FedML-AI/FedML / load

Function load

python/app/fednlp/seq2seq/data/data_loader.py:13–14  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

11
12
13def load(args):
14 return load_synthetic_data(args)
15
16
17def combine_batches(batches):

Callers 2

torch_main.pyFile · 0.90
data_loader.pyFile · 0.70

Calls 1

load_synthetic_dataFunction · 0.70

Tested by

no test coverage detected