active-learning
Here are 342 public repositories matching this topic...
-
Updated
Apr 7, 2022 - Python
Add default parameters for all projection heads
It's helpful to know what the default parameters were in the papers to get started. We should add the default projection head parameters which were used for pre-training on Imagenet to all projection and prediction heads in lightly/models/modules/heads.py.
The default RubrixLogHTTPMiddleware record mapper for token classification expect a structured including a text field for inputs. This could make prediction model inputs a bit cumbersome. Default mapper could accepts also flat strings as inputs:
def token_classification_mapper(inputs, outputs):
i-
Updated
May 26, 2022 - Python
-
Updated
Jan 11, 2022 - Python
-
Updated
Aug 22, 2021 - Python
When computing the isosurface, when 4 simplex edges crosses the isosurface, we add 2 triangles to the isosurface triangulation.
Right now we add these arbitrarily (in these 3 lines) but we should add them so that the curvature is minimized.
The current state o
We should swap most of our metrics for torchmetrics this would make our code more robust.
Only ECE is special I think and we should keep our own implementation.
-
Updated
Jul 21, 2022 - Python
-
Updated
Jul 20, 2022 - Java
In simulation mode, when I try to run a single simulation using the nn-2-layer classifier and sbert feature extraction method, it gives me this error
ValueError: Error: method 'nn2layer' is not implemented for entry point asreview.models.classifiers.
However, using this combination of classification and feature extraction method in a simulation-batch does not give me the same error. Using th
-
Updated
Jun 1, 2022 - Jupyter Notebook
-
Updated
Jun 21, 2022 - JavaScript
-
Updated
Jun 5, 2022
Some query strategies require the probabilities for all labels of a sample, currently only probabilities for successfully predicted labels are returned.
-
Updated
Jul 21, 2022 - Python
-
Updated
Jan 6, 2022 - Python
-
Updated
Apr 21, 2022 - Python
-
Updated
Jul 18, 2022
-
Updated
Mar 2, 2022 - Python
-
Updated
Jul 20, 2022 - Python
-
Updated
Nov 16, 2021 - TypeScript
-
Updated
Sep 26, 2019 - Python
-
Updated
Jul 7, 2022 - Python
-
Updated
Jul 14, 2022 - C#
-
Updated
Aug 4, 2020 - Python
-
Updated
May 26, 2022 - JavaScript
-
Updated
Feb 17, 2021 - HTML
Improve this page
Add a description, image, and links to the active-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the active-learning topic, visit your repo's landing page and select "manage topics."
Continuation of issue #2474 as discussed here