oarriaga / STN.keras

Implementation of spatial transformer networks (STNs) in keras 2 with tensorflow as backend.
MIT License
278 stars 75 forks source link

suport the function api #6

Closed liyemei closed 6 years ago

liyemei commented 6 years ago

I find that can't use the model(function api) ,it only Sequential

oarriaga commented 6 years ago

The new refactoring allows you to do this in a non-sequential manner.