jonhue / activeft

PyTorch library for Active Fine-Tuning
https://jonhue.github.io/activeft/
MIT License
31 stars 3 forks source link

Introduction of Noiseless ITL acquisition function #26

Closed Bongni closed 4 months ago

Bongni commented 5 months ago

In the file afsl/acquisition_functions/itl_noiseless.py I defined the noiseless ITL acquisition function. The file itl_noiseless_old.py contains an unoptimised version of noiseless ITL and itl_noisy.py contains a version of ITL where I added specific noise. These two should be ignored in the pull request.