All Projects → aetros → Aetros Cli

aetros / Aetros Cli

Licence: mit
AETROS CLI + SDK. Command line application to manage/monitor machine learning training in AETROS Trainer

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Aetros Cli

Theano Xnor Net
Theano implementation of XNOR-Net
Stars: ✭ 23 (-79.28%)
Mutual labels:  theano
Feel The Kern
Generating proportional fonts with deep learning
Stars: ✭ 59 (-46.85%)
Mutual labels:  theano
Tutorials
机器学习相关教程
Stars: ✭ 9,616 (+8563.06%)
Mutual labels:  theano
Theano Kaldi Rnn
THEANO-KALDI-RNNs is a project implementing various Recurrent Neural Networks (RNNs) for RNN-HMM speech recognition. The Theano Code is coupled with the Kaldi decoder.
Stars: ✭ 31 (-72.07%)
Mutual labels:  theano
Yann
This toolbox is support material for the book on CNN (http://www.convolution.network).
Stars: ✭ 41 (-63.06%)
Mutual labels:  theano
Aiopen
AIOpen是一个按人工智能三要素(数据、算法、算力)进行AI开源项目分类的汇集项目,项目致力于跟踪目前人工智能(AI)的深度学习(DL)开源项目,并尽可能地罗列目前的开源项目,同时加入了一些曾经研究过的代码。通过这些开源项目,使初次接触AI的人们对人工智能(深度学习)有更清晰和更全面的了解。
Stars: ✭ 62 (-44.14%)
Mutual labels:  theano
Csc deeplearning
3-day dive into deep learning at csc
Stars: ✭ 22 (-80.18%)
Mutual labels:  theano
Psgan
Periodic Spatial Generative Adversarial Networks
Stars: ✭ 108 (-2.7%)
Mutual labels:  theano
Basic nns in frameworks
several basic neural networks[mlp, autoencoder, CNNs, recurrentNN, recursiveNN] implements under several NN frameworks[ tensorflow, pytorch, theano, keras]
Stars: ✭ 58 (-47.75%)
Mutual labels:  theano
Daps
This repo allocate DAPs code of our ECCV 2016 publication
Stars: ✭ 74 (-33.33%)
Mutual labels:  theano
Rnn Theano
使用Theano实现的一些RNN代码,包括最基本的RNN,LSTM,以及部分Attention模型,如论文MLSTM等
Stars: ✭ 31 (-72.07%)
Mutual labels:  theano
Practical dl
DL course co-developed by YSDA, HSE and Skoltech
Stars: ✭ 1,006 (+806.31%)
Mutual labels:  theano
Merlin
This is now the official location of the Merlin project.
Stars: ✭ 1,168 (+952.25%)
Mutual labels:  theano
Theano Roi Align
An implementation of the RoiAlign operation for Theano
Stars: ✭ 11 (-90.09%)
Mutual labels:  theano
Deep Learning Python
Intro to Deep Learning, including recurrent, convolution, and feed forward neural networks.
Stars: ✭ 94 (-15.32%)
Mutual labels:  theano
Deep Learning Vm
Sets up a VM with Keras, TensorFlow, TFLearn and Theano installed
Stars: ✭ 23 (-79.28%)
Mutual labels:  theano
Tars
A deep generative model library in Theano and Lasagne
Stars: ✭ 61 (-45.05%)
Mutual labels:  theano
Alexnet Experiments Keras
Code examples for training AlexNet using Keras and Theano
Stars: ✭ 109 (-1.8%)
Mutual labels:  theano
Repo 2016
R, Python and Mathematica Codes in Machine Learning, Deep Learning, Artificial Intelligence, NLP and Geolocation
Stars: ✭ 103 (-7.21%)
Mutual labels:  theano
Mlatimperial2017
Materials for the course of machine learning at Imperial College organized by Yandex SDA
Stars: ✭ 71 (-36.04%)
Mutual labels:  theano

AETROS CLI + Python SDK

Build Status PyPI version

This package is a python application you

  • Want to start jobs from your local PC on remote server
  • Want to start jobs from your local PC on local machine
  • Want to connect your server as cluster computing server in AETROS Trainer
  • You want to use certain features of the Python SDK (e.g. job actions)

How to use AETROS CLI

Please see our documentation AETROS CLI: Getting started.

How to use AETROS Python SDK

Please see our documentation Python SDK: Getting started.

Installation

$ sudo pip install aetros

# update
$ sudo pip install aetros --upgrade

Requirement

For simple models (where we generate the Keras code for you), you need to install Keras 2 (<=2.1.2), Tensorflow and Python 2.7/3.

For custom models (where you start any command and might integrate our Python SDK), you only need Python 2/3.

Installation development version

If you want to install current master (which is recommended during the closed-beta) you need to execute:

$ git clone https://github.com/aetros/aetros-cli.git
$ cd aetros-cli
$ make dev-install
$ aetros --help
$ # maybe you have to execute aetros-cli commands using python directly
$ python -m aetros --help

To debug issues, you can try to enable debug mode using DEBUG=1 environment variable in front of the command, example:

$ DEBUG=1 python -m aetros start owner/model-name/cd877e3f91e137394d644f4b61d97e6ab47fdfde
2017-09-04 17:18:52 osx.fritz.box aetros-job[11153] DEBUG Home config loaded from /Users/marc/.aetros.yml
...

You can alternatively to git clone download the zip at https://github.com/aetros/aetros-cli/archive/master.zip.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].