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/
- Host: GitHub
- URL: https://github.com/iterait/emloop-tensorflow
- Owner: iterait
- License: other
- Created: 2018-10-03T13:03:30.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2021-02-04T20:04:32.000Z (over 5 years ago)
- Last Synced: 2025-05-08T04:55:57.106Z (about 1 year ago)
- Topics: machine-learning, tensorflow
- Language: Python
- Size: 1.64 MB
- Stars: 3
- Watchers: 8
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# emloop-tensorflow
[](https://circleci.com/gh/iterait/emloop-tensorflow/tree/master)
[](https://badge.fury.io/py/emloop-tensorflow)
[](https://coveralls.io/github/iterait/emloop-tensorflow?branch=master)
[]()
[]()
[]()
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).