jcjohnson / densecap

Dense image captioning in Torch
MIT License
1.58k stars 430 forks source link

GPU training #9

Closed Viresh-R closed 8 years ago

Viresh-R commented 8 years ago

Using your existing code, would I be able to train models on GPU without installing Cudnn ?

jcjohnson commented 8 years ago

I think it should work, but I haven't tried it. Let me know if try it an run into problems.

On Thu, Apr 28, 2016 at 2:28 PM, JakeRyan1 notifications@github.com wrote:

Using your existing code, would I be able to train models on GPU without installing Cudnn ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/jcjohnson/densecap/issues/9

Viresh-R commented 8 years ago

Okay. Thanks for your reply !