-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create_chainer_model NO RESPONSE #2
Comments
Are there any console messages? |
I have waited about 1 hours, It still no complete the loading~I had tried many times, it still no work Stop at here: |
Can you create CaffeFunction instance?
If it doesn't work, I think Chainer or protobuf package may not be correctly installed or caffe model file may be corrupted. |
Can you tell me where is the correct path for the VGG_ILSVRC_16_layers.caffemodel? |
The correct path for VGG_ILSVRC_16_layers.caffemodel is "chainer-neural-style".
You can use |
cu_00095@gtx1080: cu_00095@gtx1080:~$ python
I have done these, But it always stop at here |
The VGG_ILSVRC_16_layers.caffemodel has exist in the chainer-neural-style,I have checked many times; just stop at load model~ |
Did you check VGG_ILSVRC_16_layers.caffemodel exists on Python shell ?
|
I have put the file "VGG_ILSVRC_16_layers.caffemodel" under '/chainer-neural-style', |
HI:
I had downloaded the VGG_ILSVRC_16_layers.caffemodel in the directory.
But when I run creat_chainer_model.py,It just stop in load model without any change.
Is it a bug? what should I do for this .
The text was updated successfully, but these errors were encountered: