Shakerato

Docker-Theano setup for ppc64le architure 본문

Research

Docker-Theano setup for ppc64le architure

Shakeratto 2018. 1. 5. 19:00

0. nvidia-docker should be installed.


1. https://hub.docker.com/r/ppc64le/theano/

  (1) docker pull ppc64le/theano

  (2) docker create -i -t --name mytheano ppc64le/theano:latest

  (3) docker start mytheano

  (4) docker attach mytheano


2. cd / ; cd tmp


3. apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ libblas-dev git


4. https://github.com/marekrei/theano-tutorial

  (1) apt-get update

  (2) apt-get install git-core

  (3) git clone https://github.com/marekrei/theano-tutorial.git

  (4) cd theano-tutorial

  (5) run examples

    a. python minimal_working_example.py

    b. python classifier.py data/countries-classify-gdp-normalised.train.txt data/countries-classify-gdp-normalised.test.txt


5. https://github.com/zcyang/imageqa-san

Comments