MCPcopy
hub / github.com/PaddlePaddle/PaddleNLP / print_args

Function print_args

examples/language_model/elmo/args.py:47–51  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

45
46
47def print_args(args):
48 print("----------- Configuration Arguments -----------")
49 for arg, value in sorted(vars(args).items()):
50 print("%s: %s" % (arg, value))
51 print("------------------------------------------------")

Callers 2

run_pretrain.pyFile · 0.90
run_eval.pyFile · 0.90

Calls 1

itemsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…