active-learning
Here are 266 public repositories matching this topic...
-
Updated
Oct 9, 2021 - 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
-
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
Oct 8, 2021 - Python
-
Updated
Oct 19, 2021 - Python
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
Oct 18, 2021 - Python
-
Updated
Oct 19, 2021 - Java
Describe the bug
The description of the project is cut off, in the project overview page when the Titel is longer than 2 lines.
What happened? And what did you expect to happen?
When updating to 0.14, the descriptions are cut off in the project overview pages.
To Reproduce
Steps to reproduce the behavior:
- Go to 'Home'
- See the description when the project titel is long.
-
Updated
Aug 19, 2020 - Python
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Oct 12, 2020 - Python
-
Updated
Sep 4, 2021 - Python
作者您好,非常感谢您的工作。您使用20%的数据量在VOC上达到了不错的效果,如果我想测试50%的数据量是否可以达到100%数据量的效果,我该怎么修改程序呢?
我粗略看了下代码,是不是只需要增加circle的值就可以了呢?
麻烦您回复下我~
-
Updated
Sep 30, 2021 - Python
Within a typical scribbles based application, we want to save every scribbles volume sent to server for a given user session.
This will be useful for our research work in future, where we can look at how different users interacted over the progress of a session and also understand in more detail the way these interactions happened (e.g. number of scribbles interactions before submitting refined
-
Updated
Sep 26, 2019 - Python
-
Updated
Aug 4, 2021 - Python
-
Updated
Oct 18, 2021 - Python
-
Updated
Sep 22, 2021 - C#
-
Updated
Feb 17, 2021 - HTML
-
Updated
Oct 12, 2021 - Python
-
Updated
Jan 3, 2021 - Python
-
Updated
Aug 4, 2020 - Python
-
Updated
Aug 18, 2021 - TypeScript
-
Updated
Oct 9, 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."
There’s a class of options, including
cb_type, that should be defined as follows:This way we can bake in a validation step on the parser from one of the pre-defined options. T