From 8ead728a0f3d85e15f4f0392bdde735f1945c039 Mon Sep 17 00:00:00 2001 From: ManoleAlexandru99 Date: Wed, 12 Apr 2023 08:25:10 +0300 Subject: [PATCH] Relaxed Dropout as new version #0014 Basically same commit as previous --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index f43f9166b86f..e73401573a98 100644 --- a/train.py +++ b/train.py @@ -536,7 +536,7 @@ def parse_opt(known=False): def main(opt, callbacks=Callbacks()): - print('\n---------- VERSION:', '#0013', '----------\n') + print('\n---------- VERSION:', '#0014', '----------\n') # Checks if RANK in {-1, 0}: print_args(vars(opt))