Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

TensorFX samples

This repository contains the latest set of samples demonstrating using TensorFX to train and predict with TensorFlow models.

In order to run the samples, you'll need to install a few python libraries. The recommendation is to use Miniconda for your Python environment, and optionally use a conda virtual environment to isolate installations. In your environment, run the following commands:

pip install tensorflow
pip install tensorfx

Classification

You can’t perform that action at this time.