mvaldenegro / keras-uncertainty

Utilities to perform Uncertainty Quantification on Keras Models
GNU Lesser General Public License v3.0
113 stars 22 forks source link

[keras3] wrong path to local copy of conv_utils #8

Open tobwen opened 4 months ago

tobwen commented 4 months ago

actual code

https://github.com/mvaldenegro/keras-uncertainty/blob/62d24f048658dc0f1a23e2cdd7d1a652977d9268/keras_uncertainty/backend/__init__.py#L55

expected

#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