-
Notifications
You must be signed in to change notification settings - Fork 34
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
ValueError: could not convert string to float: '[Not Supported]' #26
Comments
Could you please give me more details on how were you calling neural-style. Also, does your system have an nVidia GPU? Have you installed all dependencies? It looks like neural-style is failing to find any GPU on your system. |
Hello. I have the same issue. All dependencies are installed and other containers show output of nvidia-smi. I try to simply run it with an example run line, of course changing filenames to mine.
|
Thanks for reporting this. This seems to be related with a failure to detect the GPU model in your system. I will add a patch that assumes default rendering parameters when this check fails. |
I have updated the image for this project in Docker hub. Could you please try again and report what you obtain? I have only been able to reproduce this bug when nvidia-docker was not properly configured. Also make sure you driver version supports CUDA 8.0 or higher. |
The text was updated successfully, but these errors were encountered: