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

https://github.com/ltriess/tf_helpers

:fast_forward: A personal collection of useful functions for training and visualization with TensorFlow.
https://github.com/ltriess/tf_helpers

deep-learning tensorflow training visualization

Last synced: about 2 months ago
JSON representation

:fast_forward: A personal collection of useful functions for training and visualization with TensorFlow.

Awesome Lists containing this project

README

          

# tf_helpers
[![Build Status](https://travis-ci.com/ltriess/tf_helpers.svg?branch=master)](https://travis-ci.org/ltriess/tf_helpers)
[![License](https://img.shields.io/pypi/l/tf_helpers)](https://pypi.org/project/tf_helpers/)
[![PyPI version](https://img.shields.io/pypi/v/tf_helpers)](https://pypi.org/project/tf_helpers/)

A collection of useful functions for TensorFlow for training and visualization.

Written in TensorFlow.

## Installation
Python Versions from 3.5+ are supported.
Install from PyPi with `pip install tf_helpers`.
`tf_helpers` requires TensorFlow.
If you want it to be installed automatically choose between the CPU and GPU version
with `pip install tf_helpers[tf]` or `pip install tf_helpers[tf-gpu]` respectively.

## Examples
TODO