ValueError: Invalid mode specified. Please use `constant`, `edge`, `wrap`, `reflect` or `symmetric`.
在caffe中,或者其他场合应用scikit-image解码图像及做preprocess的时候,会碰到这个问题
有人说,直接升级会解决这个问题,经过尝试,并不见效
需要降低版本,例如,我原来的是1.13, 升级到1.14没有解决,下载1.11的代码,
python setup.py build
python setup install
解决问题!