broadinstitute / keras-resnet

Keras package for deep residual networks
Other
300 stars 127 forks source link

Reproduce Caffe results #35

Closed hgaiser closed 6 years ago

hgaiser commented 6 years ago

This PR includes the changes from https://github.com/broadinstitute/keras-resnet/pull/34. In addition, this PR:

With these changes I got near identical (within reasonable floating point precision) results compared to Caffe output for a few test images.

Exported models from Caffe can be downloaded here.

hgaiser commented 6 years ago

I added the models on github: https://github.com/fizyr/keras-models/releases/tag/v0.0.1

0x00b1 commented 6 years ago

Fantastic! Thanks, @hgaiser.