PrincetonVision / marvin

Marvin: A Minimalist GPU-only N-Dimensional ConvNets Framework
MIT License
421 stars 137 forks source link

Add support to Windows? #4

Open vinjn opened 8 years ago

danielsuo commented 8 years ago

We're currently working to add Windows support, but are waiting for cuDNN approval from NVIDIA. In the meantime, are you able to share your setup (e.g., OS, compiler)?

On Tue, Nov 17, 2015 at 8:02 AM, Vinjn Zhang notifications@github.com wrote:


Reply to this email directly or view it on GitHub: https://github.com/PrincetonVision/marvin/issues/4

vinjn commented 8 years ago

Win7, Visual Studio 2013, X64, CUDA 7.5, cuDNN 3 By the way, what is cuDNN approval from NVIDIA?

danielsuo commented 8 years ago

In order to download cuDNN, we have to register an account and wait for NVIDIA to approve that account. Anyway, please have a look at the windows branch along with the notes in #5 to have a go in Windows. Hope this resolves your issues temporarily while we work on a more permanent solution!

vinjn commented 8 years ago

Nice, thanks.