From 4112ae8d6d135c126ccf4a5673beb3d7325e770a Mon Sep 17 00:00:00 2001 From: Kritik Soman Date: Sat, 17 Oct 2020 18:33:37 +0530 Subject: [PATCH] Fix file size --- gimp-plugins/syncWeights.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gimp-plugins/syncWeights.py b/gimp-plugins/syncWeights.py index 64e5a3c..ffac09a 100755 --- a/gimp-plugins/syncWeights.py +++ b/gimp-plugins/syncWeights.py @@ -206,7 +206,7 @@ def sync(path,flag): #enlighten model = 'enlightening' file_id = '1V8ARc2tDgUUpc11xiT5Y9HFQgC6Ug2T6' - fileSize = 0.035 #in MB + fileSize = 35 #in MB mFName = '200_net_G_A.pth' if not os.path.isdir(path + '/' + model): os.mkdir(path + '/' + model)