Here's an implementation of the residual model from Deep Residual Learning for Image Recognition and the updated Identity Mappings in Deep Residual Networks for Keras 1.0.1 and a recent build of TensorFlow.
The CIFAR10 model compiles and runs but at the moment I'm not doing anything with it. Where the paper is unclear I follow the open source Torch ResNet.