Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Windows #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add support for Windows #5

wants to merge 2 commits into from

Conversation

danielsuo
Copy link
Contributor

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!

Very hacky; just doing the minimal things to compile and run MNIST
- Replace sys/time.h with chrono
- Remove async calls
- Remove threading
@danielsuo
Copy link
Contributor Author

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

@fyu fyu force-pushed the master branch 4 times, most recently from 682aba6 to 6996a65 Compare December 23, 2015 00:52
@vinjn
Copy link

vinjn commented Dec 29, 2015

Is it possible to merge this PR?

@dingdingboy
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support to Windows?
3 participants