News

AttributeError: 'module' object has no attribute 'isclose' It turns out that math.isclose was introduced in version 3.4.6, so it seems there should be a version check here. Perhaps it is easier to use ...
AttributeError: module 'tensorflow.python.ops.special_math_ops' has no attribute 'bessel_i0e' arises when trying to use tensorflow's object detection API to fine-tune EfficientDet to detect a custom ...