mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Add missing skip_zero_size_check argument in StorageManager.download_foler()
PEP8
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
Keras
|
||||
tensorflow>=2.0
|
||||
clearml
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user