Open tobwen opened 4 months ago
https://github.com/mvaldenegro/keras-uncertainty/blob/62d24f048658dc0f1a23e2cdd7d1a652977d9268/keras_uncertainty/backend/__init__.py#L55
#Expose local copy of conv_utils from ..utils import conv_utils
or
#Expose local copy of conv_utils from keras_uncertainty.utils import conv_utils
actual code
https://github.com/mvaldenegro/keras-uncertainty/blob/62d24f048658dc0f1a23e2cdd7d1a652977d9268/keras_uncertainty/backend/__init__.py#L55
expected
or