hellojialee / Traffic_Sign_Recognition_Efficient_CNNs

A repository for the paper "Real-Time Traffic Sign Recognition Based on Efficient CNNs in the Wild"
MIT License
139 stars 56 forks source link

Merge sequential models #4

Closed citlag closed 6 years ago

citlag commented 6 years ago

Hello, I am tempting to run your model for Classification but I am having a lot of troubles to fix the issue with Merge.

I read that from keras 1 +, Merge was not included anymore to merge sequential models. Do you have your CNN definition compatible with recent versions of keras? I guessed you used keras 0.3.3 or earlier but I cannot make jupyter notebook run with other versions.

If you have other solutions for this issue will be appreciate it.

Thank you!

hellojialee commented 6 years ago

Hi, sorry for the late reply. This work was actually done two years ago. The original model was built using keras 1.2 API. You can try to downgrade the keras only while remain the version of you tensorflow.