svishwa/crowdcount-mcnn

TypeError: 'range' object does not support item assignment

Opened this issue · 0 comments

Have anyone met this problem in train.py?
the wrong line:for blob in data_loader

the type of data_loder is "class", and it cannot be assigned,so how can I continue this program?
So,would you mind telling me how to correct it .