-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Added Dense and Conv BatchEnsemble layers along with unit tes…
- Loading branch information
1 parent
ed3d16c
commit 683827b
Showing
11 changed files
with
18 additions
and
728 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,10 @@ | ||
module DeepUncertainty | ||
|
||
using Flux | ||
using Random | ||
using Flux: @functor, glorot_normal, create_bias | ||
|
||
# Export layers | ||
export MCLayer, MCDense, MCConv | ||
export DenseBatchEnsemble, ConvBatchEnsemble | ||
export mean_loglikelihood, brier_score, ExpectedCalibrationError, prediction_metrics | ||
|
||
include("metrics.jl") | ||
include("layers/mclayers.jl") | ||
include("layers/BatchEnsemble/dense.jl") | ||
include("layers/BatchEnsemble/conv.jl") | ||
|
||
end |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.