oarriaga / STN.keras

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

AttributeError: 'Sequential' object has no attribute 'constraints' #5

Closed nes123 closed 6 years ago

nes123 commented 6 years ago

this is due to loconet.constraints

kritiagg commented 6 years ago

any updates on this issue?

hubermops commented 6 years ago

Had the same problem. Tried commenting it out but didn't help. Looks like it doesn't work with the current Keras version. Anybody else had more luck?

ruizengalways commented 6 years ago

meet the same problem

mahdaneh commented 6 years ago

had the same issue, downgrading my keras to keras=2.0 resolved the issue. pip install keras==2.0