enemy7 commited on
Commit
32e8d5b
1 Parent(s): 92ccf45

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -67,7 +67,7 @@ You will use the [MS-COCO dataset](http://cocodataset.org/#home) to train your m
67
 
68
  **Caution: large download ahead**. You'll use the training set, which is a 13GB file.
69
  """
70
- wget "http://images.cocodataset.org/zips/train2014.zip"
71
  # Download caption annotation files
72
  annotation_folder = '/annotations/'
73
  if not os.path.exists(os.path.abspath('.') + annotation_folder):
 
67
 
68
  **Caution: large download ahead**. You'll use the training set, which is a 13GB file.
69
  """
70
+ os.system("wget http://images.cocodataset.org/zips/train2014.zip")
71
  # Download caption annotation files
72
  annotation_folder = '/annotations/'
73
  if not os.path.exists(os.path.abspath('.') + annotation_folder):