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
Hi,
I'm stuck at the RBM example.
When I execute ./runall.sh this is my output:
Traceback (most recent call last):
File "../../trainer.py", line 1, in
from neuralnet import *
File "/home/joaomartinsrei/deepnet/deepnet/neuralnet.py", line 8, in
from datahandler import *
File "/home/joaomartinsrei/deepnet/deepnet/datahandler.py", line 4, in
from choose_matrix_library import *
File "/home/joaomartinsrei/deepnet/deepnet/choose_matrix_library.py", line 13, in
from cudamat import cudamat_conv as cc
ImportError: cannot import name cudamat_conv
Already doublecheck ~/.bashrc and nothing seams wrong. Anyone passed by this error?
The text was updated successfully, but these errors were encountered:
I have also encountered the same problem. This problem may be caused by the conflict between two
cudamat versions. I first install cudamat from https://github.com/cudamat/cudamat. Then during installing deepnet, the cudamat is complied again. I simply delete the first cudamat version by removing python2.7/site-packages/cudamat-0.3-py2.7-linux-x86_64.egg this file folder. It works.
Hi,
I'm stuck at the RBM example.
When I execute ./runall.sh this is my output:
Traceback (most recent call last):
File "../../trainer.py", line 1, in
from neuralnet import *
File "/home/joaomartinsrei/deepnet/deepnet/neuralnet.py", line 8, in
from datahandler import *
File "/home/joaomartinsrei/deepnet/deepnet/datahandler.py", line 4, in
from choose_matrix_library import *
File "/home/joaomartinsrei/deepnet/deepnet/choose_matrix_library.py", line 13, in
from cudamat import cudamat_conv as cc
ImportError: cannot import name cudamat_conv
Already doublecheck ~/.bashrc and nothing seams wrong. Anyone passed by this error?
The text was updated successfully, but these errors were encountered: