CasiaFan / SSD_EfficientNet

SSD using TensorFlow object detection API with EfficientNet backbone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility with new TF versions

carranza96 opened this issue · comments

Hi.
The requirements say

  • TensorFlow 1.13.1 (Use current version 1.14 would cause a wired dimension mismatch caused by se-expand operation in se block.)

Can you give any hints in how to solve this to make it compatible with newer versions?
Thanks