https://github.com/Azure/ImageSimilarityUsingCntk/blob/3b500f4345d6ad5bb57953310a410d90660d8845/0_downloadImages.py#L9 Hi Patrick, this variable doesn't actually get used anywhere in the download data script. Maybe your intention was to add this in the for loop: ``` if counter == downloadTopNImages: break ```` Thanks, Vanja
ImageSimilarityUsingCntk/0_downloadImages.py
Line 9 in 3b500f4
Hi Patrick, this variable doesn't actually get used anywhere in the download data script. Maybe your intention was to add this in the for loop:
Thanks, Vanja