From 051e3e447e66d5d27050d9b03c80f7beaf0a479d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Daniel=20R=C3=ADos=20Moya?= <32588448+AnotherPianist@users.noreply.github.com> Date: Fri, 20 May 2022 10:05:49 -0400 Subject: [PATCH] fix(enhancement/download_data.py): fix missing colon --- Enhancement/download_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enhancement/download_data.py b/Enhancement/download_data.py index 8c727ad..5146468 100644 --- a/Enhancement/download_data.py +++ b/Enhancement/download_data.py @@ -34,7 +34,7 @@ os.remove('Datasets/train.zip') if data == 'val': - if dataset == 'FiveK' + if dataset == 'FiveK': print('FiveK validation data used during training!') # gdown.download(id=FiveK_val, output='Datasets/val.zip', quiet=False) os.system(f'gdrive download {FiveK_val} --path Datasets/')