From 5b652011c5bb3ccbcb5cafdec2c0523eab7c7750 Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Sat, 7 May 2022 23:57:11 +0200 Subject: [PATCH] main without parameters --- pytorch/pytorch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch/pytorch.py b/pytorch/pytorch.py index 8e44a1f..28b0975 100644 --- a/pytorch/pytorch.py +++ b/pytorch/pytorch.py @@ -200,7 +200,7 @@ with open("result.txt", "w+") as file: @ex.automain -def main(epochs, _run): +def main(): lr = 1e-6 #my_config() #print("number of epochs is: ", epochs)