8000 GitHub - plibault/coreset-al: A greedy implementation of coreset based active learning for image classification (https://arxiv.org/abs/1708.00489)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

plibault/coreset-al

 
 

Repository files navigation

Coreset AL

A greedy implementation of coreset based active learning for image classification (https://arxiv.org/abs/1708.00489)

How to run:

python active_learn.py \
                      --epochs $EPOCHS --lr $LR \
                      --gamma $GAMMA --init-size $INIT_SIZE \
                      --al-batch-size $AL_BSIZE \
                      --sampling-method $SAMPLE_METHOD \
                      --dataset-root $DROOT \
                      --dataset-name $DNAME \
                      --output-dir $OUT_DIR \
                      --max-eps $MAX_EPISODES

Check run_active_learn.sh for more details.

About

A greedy implementation of coreset based active learning for image classification (https://arxiv.org/abs/1708.00489)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.7%
  • Shell 15.3%
0