https://github.com/johnazariah/trieste
"Deep Learning" on Azure Batch
https://github.com/johnazariah/trieste
Last synced: 3 months ago
JSON representation
"Deep Learning" on Azure Batch
- Host: GitHub
- URL: https://github.com/johnazariah/trieste
- Owner: johnazariah
- License: mit
- Created: 2016-10-19T17:20:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T16:13:31.000Z (over 8 years ago)
- Last Synced: 2025-01-19T14:15:27.742Z (4 months ago)
- Language: TypeScript
- Size: 3.36 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trieste
"Deep Learning" on Azure Batch## Getting Started
### TL;DR#### For the CLI
1. Install [Git](https://git-scm.com/). Recommending 2.x.
1. Install [Python](https://www.python.org/downloads/). Recommending 3.5.2 but at least 2.7 is required
1. `git clone --recursive https://github.com/johnazariah/trieste.git` will bring down `batch-shipyard` as well
1. `cd trieste`
1. `pip install -r requirements.txt`
1. `python trieste.py --help` should print out the usage instructions and quit.#### For the Electron Shell
1. Install [Node](https://nodejs.org/en/). Recommending v7.0.0; v7.1.0 appears to have some issues and is not recommended.
1. `cd shell`
1. `npm install`
1. `npm install -g typescript` (not tsc)
1. `npm install -g electron`
1. `tsc`
1. `electron .`