MCPcopy Create free account
hub / github.com/d62lu/3DCTN / log_string

Function log_string

train_classification.py:81–83  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

79
80def main(args):
81 def log_string(str):
82 logger.info(str)
83 print(str)
84
85 '''HYPER PARAMETER'''
86 os.environ["CUDA_VISIBLE_DEVICES"] = args.gpu

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected