tdeboissiere / DeepLearningImplementations

Implementation of recent Deep Learning papers
MIT License
1.81k stars 650 forks source link

Update make_dataset.py #10

Closed 4g closed 7 years ago

4g commented 7 years ago

Numpy call will update all indices together. Why iterate over it 313 times ?

tdeboissiere commented 7 years ago

There could be more to it (there is indeed no need for the loop in this case). I'll have a look and then merge your pr