xcssgzs commited on
Commit
9b2a903
·
verified ·
1 Parent(s): 8aaad74

Update script.py

Browse files
Files changed (1) hide show
  1. script.py +2 -2
script.py CHANGED
@@ -63,8 +63,8 @@ if __name__ == '__main__':
63
 
64
  import zipfile
65
 
66
- # with zipfile.ZipFile("/tmp/data/private_testset.zip", 'r') as zip_ref:
67
- # zip_ref.extractall("/tmp/data")
68
 
69
  root_path = '/tmp/data/private_testset'
70
  # root_path = "../../data_set/flower_data/val/n1"
 
63
 
64
  import zipfile
65
 
66
+ with zipfile.ZipFile("/tmp/data/private_testset.zip", 'r') as zip_ref:
67
+ zip_ref.extractall("/tmp/data")
68
 
69
  root_path = '/tmp/data/private_testset'
70
  # root_path = "../../data_set/flower_data/val/n1"