chainer-gogh icon indicating copy to clipboard operation
chainer-gogh copied to clipboard

Pre-trained model Always download failed?

Open dovanchan opened this issue 8 years ago • 0 comments

cu_00095@gtx1080:~/chainer-gogh$ time python chainer-gogh.py -m vgg_chainer -i /home/cu_00095/chainer-gogh/input/photo.png -s /home/cu_00095/chainer-gogh/style/q.png -o /home/cu_00095/chainer-gogh/result -g 0 load model... vgg_chainer Downloading from http://www.robots.ox.ac.uk/%7Evgg/software/very_deep/caffe/VGG_ILSVRC_16_layers.caffemodel... Connection to proxy.chongdata.com closed by remote host.cu_00095@gtx1080:~/chainer-gogh$ time python chainer-gogh.py -m vgg_chainer -i /home/cu_00095/chainer-gogh/input/photo.png -s /home/cu_00095/chainer-gogh/style/q.png -o /home/cu_00095/chainer-gogh/result -g 0 load model... vgg_chainer Downloading from http://www.robots.ox.ac.uk/%7Evgg/software/very_deep/caffe/VGG_ILSVRC_16_layers.caffemodel... Connection to proxy.chongdata.com closed by remote host.

I try to use vgg_chainer But Pre-trained model Always download failed?now . I have download the VGG_ILSVRC_16_layers.caffemodel to the chainer root directory; How should I change the code to skip the connect(Downloading from http://www.robots) step? It have spend me all days to deal with this..Thanks

dovanchan avatar Mar 21 '17 03:03 dovanchan