From 03912a7fed5da5454bbea8eef4a81a6878b531a2 Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Sat, 7 May 2022 23:41:51 +0200 Subject: [PATCH] 4 spaces not tabs --- pytorch/pytorch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch/pytorch.py b/pytorch/pytorch.py index 29e58b1..e7690d5 100644 --- a/pytorch/pytorch.py +++ b/pytorch/pytorch.py @@ -37,7 +37,7 @@ ex.observers.append(FileStorageObserver('my_runs')) @ex.config def my_config(): - epochs = 1500 + epochs = 1500