ej0cl6/deep-active-learning

How can I add my own data set for active learning?

jianandeng023 opened this issue · 1 comments

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?

Yes, you can simply modify data.py and handlers to support your own datasets.