Skip to content

Commit 534e915

Browse files
authored
Add small note on easy download script
I'm not sure the existence/option of downloading all the datasets via bash script will be obvious to people approaching the repo via the written tutorial.
1 parent f7f7933 commit 534e915

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/gettingstarted.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ On each learning algorithm page, you will be able to download the corresponding
2222

2323
git clone https://github.com/lisa-lab/DeepLearningTutorials.git
2424

25+
On linux systems, after cloning, all datasets can be downloaded at once with:
26+
27+
cd DeeepLearningTutorials/data
28+
./download.sh
29+
2530

2631
.. _datasets:
2732

0 commit comments

Comments
 (0)