Git Product home page Git Product logo

charlesss07 / openpv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from petavision/openpv

0.0 0.0 0.0 489.01 MB

PetaVision is a C++ library for designing and deploying large-scale neurally-inspired computational models.

Home Page: http://petavision.github.io

License: Eclipse Public License 1.0

Shell 0.35% C++ 78.45% Python 2.38% C 8.00% Lua 1.87% MATLAB 5.33% Cuda 0.37% Makefile 0.01% CMake 3.01% Yacc 0.21% Lex 0.03%

openpv's Introduction

###PetaVision is an open source, object oriented neural simulation toolbox optimized for high-performance multi-core, multi-node computer architectures.

####Quick instructions for installing PetaVision and running the system tests:

####Required dependencies:

####Optional (but strongly suggested) dependencies:

####Suggested additional tools:

####Building:

git clone http://github.com/PetaVision/OpenPV.git
mkdir build
cd build
cmake ../OpenPV
make

####Other build options:

# Debug build (Release is the default)
cmake -DCMAKE_BUILD_TYPE:String=Debug ../OpenPV

# If CUDA is installed but you don't want CUDA support
cmake -DPV_USE_CUDA:Bool=OFF ../OpenPV

# To specify a particular CUDA architecture
cmake -DPV_CUDA_ARCHITECTURE:String=[arch]
# [arch] can be a compute capability e.g. 7.0, an architecture name e.g. Volta,
# "Auto" to detect and use the compute capability of the current GPU,
# or left blank to use the default choice for the CUDA version

# Build with clang address sanitization
cmake -DPV_ADDRESS_SANITIZE:Bool=ON ../OpenPV

####Running the system tests:

cd tests
ctest

#####Our webpage is http://petavision.github.io/. #####More detailed documentation is available at http://petavision.github.io/doxygen. #####For general questions and discussion, post to our Gitter page: https://gitter.im/PetaVision/OpenPV

openpv's People

Contributors

athresher avatar austinthresher avatar dpaiton avatar garkenyon avatar hannandarryl avatar krismajean avatar maxtheiler avatar peteschultz avatar riskybacon avatar slundqui avatar sumtopmus avatar wshainin 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.