From ce3514c0dd386319d86e3a3878bdb27d75a60b02 Mon Sep 17 00:00:00 2001 From: Vidya Ganapati Date: Thu, 6 Jul 2023 15:51:46 -0700 Subject: [PATCH] rolled back --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9a1c01b..af67033 100644 --- a/main.py +++ b/main.py @@ -52,7 +52,7 @@ def get_args(): parser.add_argument('--epochs', type=int, action='store', dest='epochs', help='number of epochs', default = 1) parser.add_argument('--2d', action='store_true', dest='two_d', - help='simulation in 2d as opposed to 3d', default = True) + help='simulation in 2d as opposed to 3d') parser.add_argument('--lr', type=float, action='store', dest='learning_rate', help='learning rate', default = 1e-3) parser.add_argument('-j', type=float, action='store', dest='jitter',