Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 903 Bytes

installation.md

File metadata and controls

39 lines (25 loc) · 903 Bytes

Installation

CapsLayer is build on the top of TensorFlow with its python API, so you need python to be installed first.

Step 1: Install dependencies

  • TesorFlow

Follow the Tensorflow installation instructions(for China)

  • NumPy and SciPy

    system-level installation:

$ sudo pip install numpy
$ sudo pip install scipy

user-level installation:

$ pip install --user numpy
$ pip install --user scipy

Step 2: Install CapsLayer

Clone or download this repository:

$ git clone https://github.com/naturomics/CapsLayer.git (In this way you should have git installed)

Step 3: Try your first CapsLayer program

Follow the instructions in the Model Section to run your first CapsLayer model.

TODO

  • Test on Windows