From b26ec30db499f9c2b6ccef2d89d6301285d5e012 Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Sat, 7 May 2022 23:44:10 +0200 Subject: [PATCH] global epochs --- pytorch/pytorch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pytorch/pytorch.py b/pytorch/pytorch.py index e7690d5..2367513 100644 --- a/pytorch/pytorch.py +++ b/pytorch/pytorch.py @@ -37,6 +37,7 @@ ex.observers.append(FileStorageObserver('my_runs')) @ex.config def my_config(): + global epochs epochs = 1500