Code Monkey home page Code Monkey logo

Comments (4)

olivierbichler-cea avatar olivierbichler-cea commented on July 23, 2024

The preferred and cross-platform method to build N2D2 is cmake, as described in the manual.
You can also use the provided Makefile to build N2D2, it works too, but you will need to add CUDA=1 to activate CUDA support.

Right now, no automated install method is provided, as the binaries are standalone, but this is definitely something that we should address in the future.

from n2d2.

olivierbichler-cea avatar olivierbichler-cea commented on July 23, 2024

A minimal install method for cmake is now provided since 9d9ca16.

from n2d2.

shirleyatgithub avatar shirleyatgithub commented on July 23, 2024

The preferred and cross-platform method to build N2D2 is cmake, as described in the manual.
You can also use the provided Makefile to build N2D2, it works too, but you will need to add CUDA=1 to activate CUDA support.
Right now, no automated install method is provided, as the binaries are standalone, but this is definitely something that we should address in the future.

Thanks for sharing the project. I try to install it. I don't have a GPU. So I don't have the cuda and cudnn. I see the instructions said they are not the mandatory requirements. But when I run the cmake .. && make command, it has an error of CUDA_TOOLKIT_ROOT_DIR not found or specified. do you have any idea of this error?

from n2d2.

vtemplier avatar vtemplier commented on July 23, 2024

The issue has been fixed.
Currently, it is possible to compile N2D2 with and without CUDA by running

cmake .. && make

I close the issue.

from n2d2.

Related Issues (20)

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.