ej0cl6 / deep-active-learning

Deep Active Learning
MIT License
783 stars 182 forks source link

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

Closed jianandeng023 closed 1 year ago

jianandeng023 commented 1 year ago

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 1 year ago

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