You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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/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 0load 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:
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
The text was updated successfully, but these errors were encountered: