Skip to content

tkwoo/keras_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keras classification

Image classification with keras

Requirements

Usage

Input data(only for evaluation)

└── data
    └── validation
        └── cat
            └── xxx.png (name doesn't matter)
        └── dog    
            └── xxx.png (name doesn't matter)

The dataset directory structure is followed to use the Keras DataGen Framework.

checkpoint files,

└── checkpoint
    └── (ckpt_name)
        ├── model.json 
        ├── weight.xx.h5
        └── ...

You can download CHECKPOINT files in project

To test a model

$ python main.py --mode eval --ckpt_name weight --data_path ./data --batch_size 20

Result

result

Releases

No releases published

Packages

No packages published

Languages