fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

Type object got multiple values for keyword argument 'training' with correct version of Keras #1438

Closed Sherryhh closed 4 years ago

Sherryhh commented 4 years ago

I downgraded keras to 2.3.0 as the other posts suggested, but it did not fix my issue =( What other reasons might cause this error to happen?

Screen Shot 2020-08-12 at 2 22 38 AM
Sehjbir commented 4 years ago

pip install keras==2.3.1 solved the issue for me.

Sherryhh commented 4 years ago

pip install keras==2.3.1 solved the issue for me.

I tried this but didn't work for me =(

Sherryhh commented 4 years ago

Fixed =)