Commit 3eed6cb8 authored by Jennifer's avatar Jennifer Committed by Jennifer Wei
Browse files

more logging changes

parent 53cdb247
...@@ -652,8 +652,6 @@ if __name__ == "__main__": ...@@ -652,8 +652,6 @@ if __name__ == "__main__":
parser.add_argument( parser.add_argument(
"--experiment_config_json", default="", help="Path to a json file with custom config values to overwrite config setting", "--experiment_config_json", default="", help="Path to a json file with custom config values to overwrite config setting",
) )
# Trainer additional arguments
# Ideally we'd want something like config.add_trainer_args()
parser.add_argument( parser.add_argument(
"--gpus", type=int, default=1, help='For determining optimal strategy and effective batch size.' "--gpus", type=int, default=1, help='For determining optimal strategy and effective batch size.'
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment