-
Notifications
You must be signed in to change notification settings - Fork 181
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
VisibleDeprecationWarning and train failure #48
Comments
The warning is not the issue, but it looks like you are running CPU mode (which is, as it mentions, not implemented). |
Thanks. Actually I am using GPU mode. Maybe there is some wrong configuration in debugging process. I might debug MNC from the beginning. |
@hgaiser I still can't solve this problem. I really use GPU mode (in Makefile.config, #CPU_only=1). Do you have any idea? |
You can try a basic caffe tutorial and make sure it is running on the GPU. Does the command |
@hgaiser I did training on a new downloaded MNC, and the problem became as follows.
|
@hgaiser Sorry. It seems that I did't use cuDNN correctly. I check cuda path in ~/.bashrc. Now this problem has been solved. Thank you for your help. |
Hello, I have a problem when I trained mnc using ./experiments/scripts/mnc_5stage.sh. Can anyone help me? Thanks in advance.
The text was updated successfully, but these errors were encountered: