MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / parse_parquet

Function parse_parquet

modelzoo/dlrm/train.py:303–307  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

301 return features, labels
302
303 def parse_parquet(value):
304 tf.logging.info('Parsing {}'.format(filename))
305 labels = value.pop(LABEL_COLUMN[0])
306 features = value
307 return features, labels
308
309 '''Work Queue Feature'''
310 if args.workqueue and not args.tf:

Callers

nothing calls this directly

Calls 3

infoMethod · 0.80
formatMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected