rykov8 / ssd_keras

Port of Single Shot MultiBox Detector to Keras
MIT License
1.1k stars 553 forks source link

Error using tensorflow 1.4.1 #129

Closed sudonto closed 6 years ago

sudonto commented 6 years ago

I have error running SSD_training.ipynb. This is the error message:

TypeError: l2_normalize() got an unexpected keyword argument 'axis'

My spesification is Keras 2.0, Tensorflow 1.4.1. But, when I run SSD_training.ipynb using Tensorflow 1.6, No error occured. At the moment, I have to use Tensorflow 1.4.1.

Thank you.

sudonto commented 6 years ago

Ok, already fix it. Closed.

MAGI003769 commented 6 years ago

Hi, could you please tell me how to solve this? I met the same problem. Our server runs TensorFlow 1.4.0

sudonto commented 6 years ago

Hi, if I remember correctly, there is a syntax that I changed in _tensorflowbackend.py in backend folder. Please make a comparison between the version of Tensorflow you are using and Tensorflow 1.6.