tdeboissiere / DeepLearningImplementations

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

Number of batches restricted only to 10 #7

Closed iamsimha closed 7 years ago

iamsimha commented 7 years ago

Hi,

In the line 131 of DeepLearningImplementations/DenseNet/run_cifar10.py

for batch_idx in arr_splits[:10]:

why are splits restricted to 10 ?

tdeboissiere commented 7 years ago

Good catch ! That's a left over from debugging. Correcting.