broadinstitute / keras-resnet

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

Expose stage features #27

Closed hgaiser closed 6 years ago

hgaiser commented 7 years ago

In case include_top=False, this PR changes the output to return res2-res5 features. This is useful for architectures such as FPN or FCN, where these features are used.

Note: This PR depends on https://github.com/broadinstitute/keras-resnet/pull/26 , which should be merged before this one.

hgaiser commented 6 years ago

Bump?