Skip to content

ychfan/tf_estimator_barebone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF Estimator Barebone

TensorFlow project template with high-level API

Examples

CIFAR-10 with ResNet

Usage:

python trainer.py --dataset cifar10 --model cifar10_resnet --job-dir ./cifar10
python trainer.py --dataset cifar10 --model cifar10_resnet --mixup 1.0 --job-dir ./cifar10_mixup

Accurarcy: 94.09% without mixup, 94.89% with mixup

Image Enhancement

Super Resolution

About

TensorFlow template with high-level API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages