Add missing skip_zero_size_check argument in StorageManager.download_foler()

PEP8
This commit is contained in:
allegroai
2022-02-26 13:38:42 +02:00
parent 76559b6e2d
commit a5b16db95c
7 changed files with 16 additions and 19 deletions

View File

@@ -1,3 +1,2 @@
Keras
tensorflow>=2.0
clearml

View File

@@ -1,9 +1,9 @@
matplotlib
tensorboardX
tensorboard>=1.14.0
torch >= 1.1.0 ; python_version >= '3.8'
torch <= 1.5.1 ; python_version < '3.8'
torchvision
tqdm
jsonschema==3.2.0 ; python_version <= '3.5'
clearml
jsonschema==3.2.0 ; python_version <= '3.5'
matplotlib
pytorch-ignite
tensorboard>=1.14.0
tensorboardX
torch>=1.1.0
torchvision>=0.3.0
tqdm