{ "args": { "epochs": 20, "lr": 0.01, "py/object": "argparse.Namespace", "validation_split": 0.2 }, "epochs": 20, "lr": 0.01, "parser": { "_action_groups": [ { "_action_groups": [], "_actions": { "py/id": 5 }, "_defaults": { "py/id": 18 }, "_group_actions": [], "_has_negative_number_optionals": { "py/id": 20 }, "_mutually_exclusive_groups": { "py/id": 17 }, "_negative_number_matcher": { "py/id": 19 }, "_option_string_actions": { "py/id": 9 }, "_registries": { "py/id": 2 }, "argument_default": null, "conflict_handler": "error", "description": null, "prefix_chars": "-", "py/object": "argparse._ArgumentGroup", "title": "positional arguments" }, { "py/id": 8 } ], "_actions": [ { "choices": null, "const": null, "container": { "_action_groups": [], "_actions": { "py/id": 5 }, "_defaults": {}, "_group_actions": [ { "py/id": 6 }, { "py/id": 10 }, { "py/id": 12 }, { "py/id": 14 } ], "_has_negative_number_optionals": [], "_mutually_exclusive_groups": [], "_negative_number_matcher": { "pattern": "^-\\d+$|^-\\d*\\.\\d+$", "py/object": "re.Pattern" }, "_option_string_actions": { "--help": { "py/id": 6 }, "-epochs": { "choices": null, "const": null, "container": { "py/id": 8 }, "default": 20, "dest": "epochs", "help": null, "metavar": null, "nargs": null, "option_strings": [ "-epochs" ], "py/object": "argparse._StoreAction", "required": false, "type": { "py/type": "builtins.int" } }, "-h": { "py/id": 6 }, "-lr": { "choices": null, "const": null, "container": { "py/id": 8 }, "default": 0.01, "dest": "lr", "help": null, "metavar": null, "nargs": null, "option_strings": [ "-lr" ], "py/object": "argparse._StoreAction", "required": false, "type": { "py/type": "builtins.float" } }, "-validation_split": { "choices": null, "const": null, "container": { "py/id": 8 }, "default": 0.2, "dest": "validation_split", "help": null, "metavar": null, "nargs": null, "option_strings": [ "-validation_split" ], "py/object": "argparse._StoreAction", "required": false, "type": { "py/type": "builtins.float" } } }, "_registries": { "py/id": 2 }, "argument_default": null, "conflict_handler": "error", "description": null, "prefix_chars": "-", "py/object": "argparse._ArgumentGroup", "title": "options" }, "default": "==SUPPRESS==", "dest": "help", "help": "show this help message and exit", "metavar": null, "nargs": 0, "option_strings": [ "-h", "--help" ], "py/object": "argparse._HelpAction", "required": false, "type": null }, { "py/id": 10 }, { "py/id": 12 }, { "py/id": 14 } ], "_defaults": { "py/id": 18 }, "_has_negative_number_optionals": { "py/id": 20 }, "_mutually_exclusive_groups": { "py/id": 17 }, "_negative_number_matcher": { "py/id": 19 }, "_option_string_actions": { "py/id": 9 }, "_optionals": { "py/id": 8 }, "_positionals": { "py/id": 23 }, "_registries": { "action": { "append": { "py/type": "argparse._AppendAction" }, "append_const": { "py/type": "argparse._AppendConstAction" }, "count": { "py/type": "argparse._CountAction" }, "extend": { "py/type": "argparse._ExtendAction" }, "help": { "py/type": "argparse._HelpAction" }, "json://null": { "py/type": "argparse._StoreAction" }, "parsers": { "py/type": "argparse._SubParsersAction" }, "store": { "py/type": "argparse._StoreAction" }, "store_const": { "py/type": "argparse._StoreConstAction" }, "store_false": { "py/type": "argparse._StoreFalseAction" }, "store_true": { "py/type": "argparse._StoreTrueAction" }, "version": { "py/type": "argparse._VersionAction" } }, "type": { "json://null": { "py/function": "argparse.ArgumentParser.__init__..identity" } } }, "_subparsers": null, "add_help": true, "allow_abbrev": true, "argument_default": null, "conflict_handler": "error", "description": "Train", "epilog": null, "exit_on_error": true, "formatter_class": { "py/type": "argparse.HelpFormatter" }, "fromfile_prefix_chars": null, "prefix_chars": "-", "prog": "ium_sacred.py", "py/object": "argparse.ArgumentParser", "usage": null }, "seed": 11952978, "validation_split": 0.2 }