An open API service indexing awesome lists of open source software.

https://github.com/iterait/emloop-tensorflow

TensorFlow plugin for emloop. https://tensorflow.emloop.org/
https://github.com/iterait/emloop-tensorflow

machine-learning tensorflow

Last synced: about 1 year ago
JSON representation

TensorFlow plugin for emloop. https://tensorflow.emloop.org/

Awesome Lists containing this project

README

          

# emloop-tensorflow
[![CircleCI](https://circleci.com/gh/iterait/emloop-tensorflow/tree/master.svg?style=shield)](https://circleci.com/gh/iterait/emloop-tensorflow/tree/master)
[![PyPI version](https://badge.fury.io/py/emloop-tensorflow.svg)](https://badge.fury.io/py/emloop-tensorflow)
[![Coverage
Status](https://coveralls.io/repos/github/iterait/emloop-tensorflow/badge.svg?branch=master)](https://coveralls.io/github/iterait/emloop-tensorflow?branch=master)
[![Development Status](https://img.shields.io/badge/status-Regular-brightgreen.svg?style=flat)]()
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)]()
[![Master Developer](https://img.shields.io/badge/master-Adam%20Blažek-lightgrey.svg?style=flat)]()

TensorFlow extension for [emloop framework](https://github.com/iterait/emloop) allowing to train models defined in TensorFlow.

## Installation

1. Install TensorFlow according to the [official instructions](https://www.tensorflow.org/install/)

2. Install emloop-tensorflow with pip
```
pip install emloop-tensorflow
```

## Quick start

- [5 minutes tutorial](https://tensorflow.emloop.org/tutorial) ([code](https://github.com/iterait/emloop-examples/tree/master/mnist_convnet))

- [Documentation & API Reference](https://tensorflow.emloop.org/)

- [Additional examples](https://github.com/iterait/emloop-examples)

## Contributions

All contributions are welcomed. Please read our [contributor's guide](CONTRIBUTING.md).