-
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.
- Loading branch information
Ran Lottem
authored
Sep 30, 2019
1 parent
3194782
commit 9cacf04
Showing
1 changed file
with
2 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
# SelectiveNet | ||
Code for the paper "SelectiveNet: A Deep Neural Network with an Integrated Reject Option" | ||
ֿ | ||
To run an experiment run train.py --model_name [name] --baseline [name] --dataset [cifar_10/catsdogs/SVHN] | ||
|
||
The calibration could be performed using the function post_calibration in selectivenet_utils.py | ||
|
||
# ActiveSelectiveNet | ||
Code for the project 'Dynamic Sample Selection Strategy in Active Learning'. |