Skip to content

Commit f267766

Browse files
committed
Need to download the dataset
1 parent 7060e10 commit f267766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/trainers.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"data_dir = os.path.join(tempfile.gettempdir(), \"cyclone_data\")\n",
133133
"\n",
134134
"datamodule = TropicalCycloneDataModule(\n",
135-
" root=data_dir, batch_size=64, num_workers=6, api_key=MLHUB_API_KEY\n",
135+
" root=data_dir, batch_size=64, num_workers=6, download=True, api_key=MLHUB_API_KEY\n",
136136
")"
137137
]
138138
},

0 commit comments

Comments
 (0)