sicara/tf2-yolov4

TensorFlow Addons not available in Python 3.8

Closed this issue · 1 comments

TF addons is not yet available on Py38, which is making the CI fail. We can either:

  • switch to an installation from github directly, as indicated here
  • wait patiently for addons to support py38
  • remove addons, which implies to recode the Mish activation layer in a less effective way

My 2 cents on this is to wait for Py38 support. We are making a repo that is compatible for TF2.0 and 2.1 so Py38 is not supported entirely anyway. Addons should push a working 3.8 version very soon.

Resolved with addons==0.10.0