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

Function parse_parquet

modelzoo/dien/train.py:624–629  ·  view source on GitHub ↗
(value, neg_value)

Source from the content-addressed store, hash-verified

622 return features, labels
623
624 def parse_parquet(value, neg_value):
625 tf.logging.info('Parsing {}'.format(filename))
626 value.update(neg_value)
627 labels = value.pop(LABEL_COLUMN[0])
628 features = value
629 return features, labels
630
631 '''Work Queue Feature'''
632 if args.workqueue and not args.tf:

Callers

nothing calls this directly

Calls 4

infoMethod · 0.80
formatMethod · 0.45
updateMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected