8000 Running on gpatlas · lwtnn/lwtnn Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
dguest edited this page Sep 20, 2016 · 2 revisions

I've setup a virtual environment that should have everything you need to run on gpatlas.

Quick Start

  1. Open a clean session
  2. run > source /home/dguest/public/lwtnn-gpatlas/setup-and-build.sh

You should see a few lines printed out, with *** Success! *** somewhere in the middle if everything works.

More Details

Internally this script checks out lwtnn, compiles, and then sets up a virtual environment for the required python packages.

The Virtual Environment

To set up the virtual environment, run the following:

> source /home/dguest/public/venv/lwtnn/bin/activate

this should set up a virtual environment with the right version of python and the libraries you need to run the lwtnn converters. To leave the virtual environment just run type deactivate.

Once you've activated the virtual environment, you can run the tests in lwtnn/tests.

To test an arbitrary network, see Testing Your NN.

Clone this wiki locally
0