Install

This section covers the basics of how to download and install xlearn.

Installing from source

To install xlearn follow these steps:

  1. Install anaconda

  2. Install tensorflow. Please install the tensorflow-gpu version with pip. Before the tensorflow-gpu installation, make sure that the cuda drivers and cudnn are correctly installed to your OS.

  3. Install the Xlearn toolbox: Clone the xlearn from GitHub repository:

    git clone https://github.com/tomography/xlearn.git xlearn
    

    then:

    cd xlearn
    python setup.py install