Pytorch implementation of Cost-Effective Active Learning for Deep Image Classification paper
-
Image input : 224 x 224 instead of 227 x 227
-
Learning rate: 0.001 for all layers.
-
Freeze all the layers except the last one.
-
Experiments done only on Caltech256.
-
No comparison to other methods.
- Install conda environment
conda env create -f environment.yml
- Download Caltech256 from caltech256
- Run scripts
divide_data.sh
to divide data into test and train - main_program
run_ceal/ceal_learning_algorithm.py
Some code is modified from this repo