Created
October 27, 2022 21:13
-
-
Save yanivk1984/d158d8d2a19ec7a16c8b06b9bb0bbf60 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for arg, value in sorted(vars(args).items()): | |
logging.info("Argument %s: %r", arg, value) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment