ConfidNet
ConfidNet copied to clipboard
Addressing Failure Prediction by Learning Model Confidence
Results
1
ConfidNet issues
Sort by
recently updated
recently updated
newest added
Hello, for the Dockerfile to properly install the packages, I suggest to explicitly set the targeted Miniconda version: Replace `RUN wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh` by `RUN wget https://repo.anaconda.com/miniconda/Miniconda3-py37_4.12.0-Linux-x86_64.sh -O miniconda.sh`...