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

Function parse_parquet

modelzoo/bst/train.py:385–389  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

383 return features, labels
384
385 def parse_parquet(value):
386 tf.logging.info('Parsing {}'.format(filename))
387 labels = value.pop(LABEL_COLUMN[0])
388 features = value
389 return features, labels
390
391 '''Work Queue Feature'''
392 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