Skip to content

Commit

Permalink
Need to download the dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Jan 24, 2023
1 parent 7060e10 commit f267766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/trainers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"data_dir = os.path.join(tempfile.gettempdir(), \"cyclone_data\")\n",
"\n",
"datamodule = TropicalCycloneDataModule(\n",
" root=data_dir, batch_size=64, num_workers=6, api_key=MLHUB_API_KEY\n",
" root=data_dir, batch_size=64, num_workers=6, download=True, api_key=MLHUB_API_KEY\n",
")"
]
},
Expand Down

0 comments on commit f267766

Please sign in to comment.