How can I add my own data set for active learning?
jianandeng023 opened this issue · 1 comments
jianandeng023 commented
Hello, thank you for implementing a code base that integrates multiple active learning methods! It's a great job! I was wondering how can I add my own data sets and use this code to do active learning?
ej0cl6 commented
Yes, you can simply modify data.py
and handlers
to support your own datasets.