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

Function check_stock_tf

modelzoo/dbmtl/train.py:936–939  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

934 'background_thread:true,metadata_thp:auto,dirty_decay_ms:20000,muzzy_decay_ms:20000'
935
936def check_stock_tf():
937 import pkg_resources
938 detailed_version = pkg_resources.get_distribution('Tensorflow').version
939 return not ('deeprec' in detailed_version)
940
941def check_DeepRec_features():
942 return args.smartstaged or args.emb_fusion or args.op_fusion or args.micro_batch or args.bf16 or \

Callers 1

train.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected