wkentaro/fcn

Can't do training!

Opened this issue · 1 comments

Hi Kentaro,

Training is not working for me. Whenever I run ./examples/voc/train_fcn*s.py --gpu 0, I get the following error message:

IOError: [Errno 2] No such file or directory: '~data/models/chainer/fcn16s_from_caffe.npz'

Why does it assume that data and models exists on this path '~data/models/chainer/ ?

I desperately created this folder and put .npz file there but still it didn't work.

Any help is appreciated!

Thanks!