Guillem96 / efficientdet-tf

Custom implementation of EfficientDet https://arxiv.org/abs/1911.09070
GNU General Public License v3.0
96 stars 23 forks source link

remove tf version dependency? #25

Closed mayur-who closed 3 years ago

mayur-who commented 4 years ago

the requirements.txt has strict dependency on tf 2.2. can tf 2.3 be used? if yes, can we make the dependency as >2.2 ?