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.
- Host: GitHub
- URL: https://github.com/ltriess/tf_helpers
- Owner: ltriess
- License: mit
- Created: 2019-10-18T14:11:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T16:21:36.000Z (over 6 years ago)
- Last Synced: 2025-07-06T13:42:42.174Z (12 months ago)
- Topics: deep-learning, tensorflow, training, visualization
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tf_helpers
[](https://travis-ci.org/ltriess/tf_helpers)
[](https://pypi.org/project/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