torms3 / kaffe

Caffe interface to support Deep Learning for Connectomics
0 stars 2 forks source link

forward pass error #2

Closed xiuliren closed 8 years ago

xiuliren commented 8 years ago

the forward pass is almost done. any clue?

(598/600) loc: (120, 406, 398)
Elapsed: 1.83546996117
(599/600) loc: (120, 406, 406)
Elapsed: 1.56470108032
Traceback (most recent call last):
  File "forward.py", line 76, in <module>
    for key in fs.outputs.data.iterkeys():
AttributeError: 'dict' object has no attribute 'data'
torms3 commented 8 years ago

The problem was caused by out-of-date DataProvider.