mvaldenegro / keras-uncertainty

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

Fix imports in test #5

Closed ivopascal closed 7 months ago

ivopascal commented 2 years ago

I noticed that the tests weren't working anymore after MCDropOut was renamed to Stochastic.

I also noticed some missing requirements, so I added those as well.