/trieste

"Deep Learning" on Azure Batch

Primary LanguageTypeScriptMIT LicenseMIT

trieste

"Deep Learning" on Azure Batch

Getting Started

TL;DR

For the CLI

  1. Install Git. Recommending 2.x.
  2. Install Python. Recommending 3.5.2 but at least 2.7 is required
  3. git clone --recursive https://github.com/johnazariah/trieste.git will bring down batch-shipyard as well
  4. cd trieste
  5. pip install -r requirements.txt
  6. python trieste.py --help should print out the usage instructions and quit.

For the Electron Shell

  1. Install Node. Recommending v7.0.0; v7.1.0 appears to have some issues and is not recommended.
  2. cd shell
  3. npm install
  4. npm install -g typescript (not tsc)
  5. npm install -g electron
  6. tsc
  7. electron .