active-learning
Here are 294 public repositories matching this topic...
-
Updated
Jan 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.
-
Updated
Aug 25, 2021 - Python
We should update the prediction_agent when calling LabelModel.predict. Add a parameter to the LabelModel.predict method, that defines the prediction_agent, by default this parameter should be a generic name of the label model implementation.
-
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
-
Updated
Jan 11, 2022 - Python
-
Updated
Jan 14, 2022 - Python
-
Updated
Jan 10, 2022 - Python
-
Updated
Jan 13, 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
Jan 13, 2022 - JavaScript
-
Updated
Aug 19, 2020 - Python
-
Updated
Jan 6, 2022 - Python
-
Updated
Nov 12, 2021 - Python
-
Updated
Jan 14, 2022 - Python
-
Updated
Sep 4, 2021 - Python
-
Updated
Jan 13, 2022 - Python
-
Updated
Dec 23, 2021 - Python
-
Updated
Sep 26, 2019 - Python
-
Updated
Jan 2, 2022 - Python
-
Updated
Nov 16, 2021 - TypeScript
-
Updated
Jan 11, 2022 - C#
-
Updated
Jan 13, 2022 - Python
-
Updated
Aug 4, 2020 - Python
-
Updated
Feb 17, 2021 - HTML
-
Updated
Jan 3, 2021 - Python
-
Updated
Nov 10, 2021 - JavaScript
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