data generator在第二个epoch时无法正常读取数据
JINXvvv opened this issue · 5 comments
JINXvvv commented
之前代码可以跑通的,这周开始第一个epoch可以正常训练,在第二个epoch时data generator无法正常读取数据,请问是iter方式有问题吗
610265158 commented
sorry, i don't know,
try to debug in the dataiter
caihong06302923 commented
@JINXvvv 我有同样的问题,请问你解决了吗
changshuai5 commented
第一个epoch跑完,迭代器遇到StopIteration。无法在后面的epoch接着遍历数据。@JINXvvv
610265158 commented
oh, i met this today, and because of new version of tensorpack, please work with tensorpack 0.9.9
laborer123 commented
我的也是这样,每个epoch出现这个