modAL
modAL copied to clipboard
A modular active learning framework for Python
i used model.summary() in create_keras_model() function, and i set n_queries=10, i saw the model summary info at each iteration, why this happend?
Dear modAL team, I am trying to use the strategies of modAL outside of the ActiveLearner and I would like to use confidence score but they are not returned by...
HI I opened this issue to discuss the implementation of the acquisition functions that you said you would like to make a feature in #48. I am interested in contributing....
hello, I'm using too much memory when I'm reading images, so I want to use fit_generator() in keras to training. Is it possible to use modAL with fit_generator() method? Or...
I have a sklearn pipeline that accepts custom data type as input but it when I use that pipeline and teach the learner, I get the following error `TypeError: float()...
Hi I am a research assistant and I have been working on deep bayesian active learning for the past few weeks. I have been using pytorch and custom active learning...
The following code is called for computing the pairwise distances for every sample within the batch. This slows down the program significantly for larger batch sizes. https://github.com/modAL-python/modAL/blob/4029dfd4e5f68509a409d509ed706f544472bf25/modAL/batch.py#L93-L96 We can compute...
Hello, first of all I would like to thank you for sharing this great code. I was wondering if it is possible to integrate an object detection method like (SSD,...
Hello, I'd like to use the framework to select items that contain named entities. In this case I'd like to "connect" spacy to Modal. The problem is that I get...
Hi, I'm new to active learning and modAL. I want to fine-tune a RoBERTa model on a (yet) unannotated dataset with active learning. Has anyone tried applying modAL to huggingface...