Giter Club home page Giter Club logo

Comments (2)

sjoerdvansteenkiste avatar sjoerdvansteenkiste commented on September 28, 2024

The (non-gpu) OS X installation is similar to Linux one. All apt-get calls can be made in brew (with slightly different names). I haven't tried a GPU installation on OS X yet.

As a side note I recommend installing from github, as the PyPi distribution still contains some small bugs.

from brainstorm.

ericvrp avatar ericvrp commented on September 28, 2024

This is what I did to run a non-gpu OS X version:

repo: https://github.com/IDSIA/brainstorm
install docs: https://github.com/IDSIA/brainstorm/blob/master/docs/installation.rst

install brew from: http://brew.sh/
probably install from AppStore: XCode

Let brew detect any problems

brew doctor

Install the essentials for a non-GPU (non-Cuda) version

brew install python
pip install brainstorm

optionally

brew install graphviz
pip install pygraphviz bokeh

try an example

git clone https://github.com/IDSIA/brainstorm
cd brainstorm/data
python create_cifar10.py #took 12 minutes on my machine
cd ../examples
python cifar10_cnn.py # will take 20 x 11:30 (one epoch)

from brainstorm.

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.