raghakot / keras-resnet

Residual networks implementation using Keras-1.0 functional API
Other
1.39k stars 616 forks source link

added cifar10_cnn.py example from Keras adapted to run resnet_v2_18 #21

Closed ahundt closed 7 years ago

ahundt commented 7 years ago

This will let people try it out as-is.

raghakot commented 7 years ago

Thanks. I made some minor cleanups and merged.

ahundt commented 7 years ago

cool!