MCPcopy Create free account
hub / github.com/OUCMachineLearning/OUCML / logging

Function logging

AutoML/darts-master/rnn/test.py:67–68  ·  view source on GitHub ↗
(s, print_=True, log_=True)

Source from the content-addressed store, hash-verified

65args = parser.parse_args()
66
67def logging(s, print_=True, log_=True):
68 print(s)
69
70# Set the random seed manually for reproducibility.
71np.random.seed(args.seed)

Callers 1

test.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected