Giter VIP home page Giter VIP logo

chi's Introduction

CHI โ€“ A high-level framework for advanced deep learning with TensorFlow

Chi provides high-level operations for writing and visualizing experiments


Getting started

Experiment Scripts can also be defined via decorator. When run from the command line the function arguments are translated into command line parameters.

@chi.experiment
def my_experiment(logdir, a=0.5):
  print(logdir)
  ...

If no logdir is specified it will generate a new one. See examples/experiments.py for the full example

For a more interesting experiment see the Wasserstein GAN example.


Visualization with CHIBOARD

Chiboard is a browser based dashboard for managing experiments. Start it with chiboard.

Clicking on an experiment card leads to a detail page about that experiment which automatically spins up and embeds a TensorBoard:

See chi/board for a full overview.


Installation

Requires Python 3.6

git clone [email protected]:rmst/chi.git
pip install -e chi

Acknowledgements

The foundations for this work have been developed during projects at the following institutes.

  • Reasoning and Learning Lab (RLLab) at McGill University in Canada
  • Montreal Institute for Learning Algorithms (MILA) in Canada
  • Intelligent Autonomous Systems Lab (IAS) at TU-Darmstadt in Germany

The structures of this repo and readme were inspired by Keras-RL and Keras respectively.

chi's People

Contributors

jtib avatar rmst avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.