Thom Miano

Results 12 comments of Thom Miano

@dead111145 @kruti3 once you made these changes, were you able to get lda2vec running successfully?

@anguyen8 I tried using both `~/caffe_lrcn/python` and the actual path `/root/caffe_lrcn/python` (and I did the same for my other caffe directory as well). In all cases, I could get examples...

@anguyen8 The one you linked to works with examples 1 through 4, but not 5. This makes me think that there could be an issue with my version of of...

CPU mode on caffe and caffe_lrcn works for example 1 through 4, but not 5. I believe I found the source of the error. The caffe cmake file has `set(Caffe_known_gpu_archs...

@anguyen8 Ah, ok! I was wondering about that . . . thanks for letting me know.

@anguyen8 I forked your version of caffe_lrcn, updated the cmake file to include support for CUDA 8, and successfully (I think?) rebuilt caffe_lrcn: https://github.com/thommiano/caffe_lrcn I just noticed that despite what...

@agermanidis What version of CUDA and nvidia display driver are you using?

@agermanidis When you ran with CUDA 7.5 on the EC2 instance did the other examples work? You said you compiled caffe_lrcn, did you manually compile it (i.e., using make or...

@agermanidis Oops, yep you're right. I should have asked, did you download from the [provided caffe_lrcn source](https://github.com/anguyen8/caffe_lrcn). Did you compile from this source or from another source?

@anguyen8 I'm going to update the file once I get example 5 working.