Merge pull request #34 from chavinlo/patch-1

typo
This commit is contained in:
Anthony Mercurio 2022-11-10 09:23:10 -07:00 committed by GitHub
commit bc626e80e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ def main():
os.makedirs(args.output_path, exist_ok=True)
run = wandb.init(project=args.project_id, name=args.run_name, config=vars(args), dir=args.output_path+'/wandb')
# Inform the user of host, and various versions -- useful for debugging isseus.
# Inform the user of host, and various versions -- useful for debugging issues.
print("RUN_NAME:", args.run_name)
print("HOST:", socket.gethostname())
print("CUDA:", torch.version.cuda)