CEAL
CEAL copied to clipboard
Pytorch implementation of Cost-Effective Active Learning for Deep Image Classification paper
CEAL
Pytorch implementation of Cost-Effective Active Learning for Deep Image Classification paper

Difference from the original 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.
How to use the code
- Install conda environment
conda env create -f environment.yml - Download Caltech256 from caltech256
- Run scripts
divide_data.shto divide data into test and train - main_program
run_ceal/ceal_learning_algorithm.py
References:
Some code is modified from this repo