Skip to content

wearepal/robust-al

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

To install the necessary dependencies, run:

pip install -r requirements.txt

Running the experiments

To run the experiments, use the following command:

python main.py -cn active dataset=DATASET heuristic=AL_METHOD

The list of available datasets and active learning methods can be found in the conf/dataset and conf/heuristic directories, respectively. For other configuration options, please refer to the conf/active.yaml file. Our method DIAL is named QBC in the configuration files.

Acknowledgements

Most of the code is based on the Baal and SubpopBench. The implementation of BADGE and BAIT is based on the repo badge and Cluster-Margin is based on the repo deep-active-learning

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages