Hi,
Is there anyone can point out what is missing?
I was able to use GPU setting to run most of examples in 04_Analysis/14_DeepLearning/01_DL4J (ex 03-10). The setting was Windows 10 64bit, Knime 3.5 (upgraded from3.4),cuda 8.0 and 9.1 (just installed). (java 8, update 161,both 32 and 64 bit installed)
When I was running the DL MNIST tutorial, my laptop had an unexpected shutdown. After reboot, when I start Knime, it complains it can only use cuda 7,5 and 8.0. with the following error messages:
ERROR RepositoryManager MetaNode alexnet' from plugin 'org.knime.ext.dl4j.base' could not be created: org/deeplearning4j/nn/api/Model
ERROR RepositoryManager MetaNode deepmlp' from plugin 'org.knime.ext.dl4j.base' could not be created: Could not initialize class org.knime.ext.dl4j.base.DLModelPortObject
ERROR RepositoryManager MetaNode lenet' from plugin 'org.knime.ext.dl4j.base' could not be created: Could not initialize class org.knime.ext.dl4j.base.DLModelPortObject
ERROR RepositoryManager MetaNode simplemlp' from plugin 'org.knime.ext.dl4j.base' could not be created: Could not initialize class org.knime.ext.dl4j.base.DLModelPortObject
ERROR RepositoryManager MetaNode deepbelief' from plugin 'org.knime.ext.dl4j.base' could not be created: Could not initialize class org.knime.ext.dl4j.base.DLModelPortObject
So I uninstalled Cuda 9.1. when I restart Knime, if I didn't turn on the GPU selection DeepLearning 4J integration , (in preference/knime) there is no problem, if I check the GPU box, I got the above message again, and the "DeepLearning 4J integration" got another error message:
Unable to create the selected preference page.
An error occurred while automatically activating bundle org.knime.ext.dl4j.libs (486).
So far, I have tried the following:
1) reinstall all DL4J extensions;
2) reinstall Knime 3.5, and all DL4J extensions,
3) reinstall Cuda 8.0
I got the same results, if I use the previous knime-workspace (with the GPU box checked), I got the same error messages and the "DeepLearning 4J integration" page can't be opened neither. If I start Knime with a new knime-workspace, it is ok but as soon as I turn on the GPU selection, I got the same error messages and the "DeepLearning 4J integration" preference also busted.
Anyone has an idea what else I could try to bring my gpu back?
Thanks a lot!