/fomoro-theano

Theano + Lasagne starter project for Fomoro. [DEPRECATED]

Primary LanguagePython

Fomoro Theano + Lasagne Starter

Starter project for the getting started guide. Based on this Lasagne tutorial.

Training

Cloud Setup

  1. Follow the installation guide for Fomoro.
  2. Clone the repo: git clone https://github.com/fomorians/fomoro-theano.git && cd fomoro-theano
  3. Create a new model: fomoro model add
  4. Start training: fomoro session start -f

Local Setup

  1. Install Lasagne.
  2. Clone the repo: git clone https://github.com/fomorians/fomoro-theano.git && cd fomoro-theano
  3. Run training: python main.py