PrincetonVision / marvin

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

Add support for Windows #5

Open danielsuo opened 8 years ago

danielsuo commented 8 years ago

This is the beginning of a fix for Windows (fixes #4). Right now, we do the minimum work so that Marvin compiles and can successfully run the MNIST example. Please see the updated README in the windows branch.

Please note that we removed asynchronous calls and the dropout layer. We will be adding these features back in the coming weeks. Until then, feel free to check out the windows branch and let us know what you think!

danielsuo commented 8 years ago

We tested this on Windows 10 using x64, Microsoft Visual Studio 2013, cuDNN 3, and CUDA 7.5.

vinjn commented 8 years ago

Is it possible to merge this PR?

dingdingboy commented 8 years ago

Has the asynchronous calls and the dropout layer been added back to the windows branch and merged?