Giter Club home page Giter Club logo

marvin_dbx's Introduction

Marvin, modified for Win&VS2013

Marvin is a GPU-only neural network framework made with simplicity, hackability, speed, memory consumption, and high dimensional data in mind.

This fork was modified to be compilable on Windows + Visual Studio 2013, and enable integration inside other projects (latter still WIP)

Dependences

Download CUDA 7.5 and cuDNN 5.

To enable CUDA:

  1. Open VS2013 Express
  2. Click on New Project...
  3. Select Visual C++, then General, then Empty Project
  4. At this point you should have a new project open. Right click on the project (name) and select Build Dependencies... Build Customizations...
  5. A new dialog opens, select the CUDA 7.5 (.targets,.props) checkbox, and click OK
  6. In your project explorer window, right click on marvin.cu file, and select CUDA C++, then make any changes (for example, you may want to change the build target from sm_20 to something else...)
  7. Change project properties C++/Additional Include Directories and add cuDNN include dir
  8. Change project properties Linker/Additional Library Directories and add cuDNN lib dir and CUDA 7.5 lib dir
  9. Change project properties Linker/Input/Additional Dependencies and add cudart_static.lib;cudnn.lib;cublas.lib;curand.lib;
  10. Add appropriate source code to your Source.cu file
  11. Build...

Refer to the original base repo at https://github.com/PrincetonVision/marvin for everything else :D

marvin_dbx's People

Contributors

danielsuo avatar xiaojianxiong avatar fyu avatar shurans avatar davidebaltieri31 avatar yindaz avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.