Before we can dive in, make sure emloop-tensorflow is installed properly.
The simplest way of installing emloop-tensorflow – and our recommendation for most of emloop’s
users - is using pip
.
pip install emloop-tensorflow
Alternatively, emloop-tensorflow can be installed directly from the sources.
pip install git+https://github.com/iterait/emloop-tensorflow.git
Finally, emloop might be installed directly for development purposes.
git clone git@github.com:iterait/emloop-tensorflow.git
cd emloop-tensorflow
pip install -e .