Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 347 Bytes

Caffe_io_changes.md

File metadata and controls

13 lines (10 loc) · 347 Bytes

While testing caffe models locally you may get following error

if ms != self.inputs[in_][1:]:
    raise ValueError('Mean shape incompatible with input shape.')

To solve this problem, please replace following file

caffe_master/pyhton/caffe/io.py

By This file