janrvdolf / tensorflow_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TensorFlow Example

Normalize a tensor along the specific axis/dimension. The code is in main.py.

Requirements

Requirements are Python >= 3.5 and TensorFlow 1.5.0. Requirements are specified in the pip's requirements.txt file.

Install and Run

Create virtualenv with Python 3.5. Install requirements with the command pip install -r requirements.txt and run code with python main.py.

About


Languages

Language:Python 100.0%