HKR1996

Results 12 comments of HKR1996

have you fixed this problem?

@iraadit I installed vision successful! > Installed /usr/local/lib/python2.7/dist-packages/pyvision-0.3.1-py2.7-linux-x86_64.egg > Processing dependencies for pyvision==0.3.1 > Finished processing dependencies for pyvision==0.3.1 But it's still worry. > import vision > Traceback (most recent...

@BhargavaRamM do you know what you need to use in your project? In my project, I skip this problem by compiling "features.pyx" and importing features model in my project. So...

@evgenykam Sorry for too late to response. I give you the example of compiling features model. `cython -a features.pyx` `gcc -shared -pthread -fPIC -fwrapv -O2 -Wall -fno-strict-aliasing \ -I/usr/include/python2.7 -o...

When python dec.py mnist, do you have the error : AttributeError: type object 'Net' has no attribute 'set_phase_train'

@yalesong Thank you for your reply. Compiling it need much time. I would change the author code rather than build it again.

I use the last version of cudnn. I also can't build the author's caffe version. Why don't rewrite the code of author? And if you could run your code, could...

@dougsouza Thank you. But when I buildt the author's caffe package, I got the error: /usr/bin/ld: cannot found -lcufft /usr/bin/ld: cannot found -lnpps /usr/bin/ld: cannot found -lnppi /usr/bin/ld: cannot found...

@dougsouza Thanks, but I could compile the office caffe package successfully.

@MihaiDogariu you don't need to do "make runtest" successfully. just ignore the error of "make runtest". and you also can run the authors' program.