From: François Fleuret Date: Sat, 11 Mar 2023 06:41:59 +0000 (+0100) Subject: Update. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=8f806c62be589d2837f88ffca084ed2ae833124c;p=picoclvr.git Update. --- diff --git a/main.py b/main.py index 5b18985..e741094 100755 --- a/main.py +++ b/main.py @@ -94,7 +94,7 @@ except FileExistsError: print(f"result directory {args.result_dir} already exists") exit(1) -log_file = open(os.path.join(args.result_dir, args.log_filename), "w") +log_file = open(os.path.join(args.result_dir, args.log_filename), "a") if args.seed >= 0: # torch.backends.cudnn.deterministic = True