Skip to content

wangchuan/TensorFlow-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A startup TensorFlow project for image classification.

Step 1: Download the data in npy: download the data from the link below

https://drive.google.com/file/d/0BxG1qYaVrovraVY3UFQ2bEFmOWc/view?usp=sharing

Step 2: unzip the downloaded zip file to ./data/, so that the directory should be like this:

-- data --
        |---- train_data.npy
        |---- train_label.npy
        |---- test_data.npy
        |---- test_label.npy

Step 3: run python main.py

About

A startup project for tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages