Skip to content

Latest commit

 

History

History
 
 

01 cats vs dogs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

How to use TensorFlow to process our own data?

  1. read in data
  2. make an input queue
  3. generate batches
  4. train
  5. save model architecture and parameters
  6. restore model architecture and parameters
  7. test new data

The data

The goal

  • the goal of this project is to show how to use Tensorflow to process our own data.
  • only 2 conv layers are used here, more complex and powerful models will be covered in the future

Screenshots

alt text

alt text