Skip to content

mummy2358/vgg_cifar100

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

vgg_cifar100

a typical implementation of classification task

This is a typical implementation of vgg16 on cifar100 including data preprocessing based on tf.layers api (architecture: VGG convolutions + 512 dense + 0.5 dropout) with more regulariers and better models we may reach higher

the model could be trained from scratch to reach arround 60% test accuracy

data loader should be later extracted to be writen in yield format to allow data loading and training at the same time

About

a typical implementation of classification task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages