Skip to content

make a simple resnet network with keras to train cifar10 dataset

Notifications You must be signed in to change notification settings

xywen97/simple_resnet_for_cifar10_training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_resnet_for_cifar10_training

make a simple resnet network with keras to train cifar10 dataset

配置环境:

python 2.7.15
keras-gpu 2.2.4
tensorflow-gpu 1.8.0

训练:

python train.py

网络结构:

本网络结构生成一个resnet 18的基本残差神经网络结构
关于网络结构可以查看本项目中的 ResNet.png,已经将网络结构可视化。

About

make a simple resnet network with keras to train cifar10 dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages