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

Function parse_parquet

modelzoo/dssm/train.py:281–285  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

279 return features, labels
280
281 def parse_parquet(value):
282 tf.logging.info('Parsing {}'.format(filename))
283 labels = value.pop(LABEL_COLUMN[0])
284 features = value
285 return features, labels
286
287 '''Work Queue Feature'''
288 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