active-learning
Here are 276 public repositories matching this topic...
-
Updated
Oct 21, 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
Nov 8, 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
Nov 14, 2021 - Python
-
Updated
Nov 1, 2021 - Python
-
Updated
Nov 14, 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
Oct 12, 2021 - JavaScript
-
Updated
Aug 19, 2020 - Python
-
Updated
Oct 12, 2020 - Python
-
Updated
Sep 4, 2021 - Python
多卡训练,精度大幅度下降
作者您好,我使用多卡训练(4张),并且增大了你设置的默认单卡bathsize。
训练时,第一次测试mAP接近0.(单卡训练时,第一次一般是0.6)。
想请教一下,这是什么原因呀?是学习率的问题吗?
-
Updated
Nov 14, 2021 - Python
-
Updated
Nov 4, 2021 - Python
-
Updated
Sep 26, 2019 - Python
-
Updated
Nov 9, 2021 - Python
-
Updated
Nov 14, 2021 - Python
-
Updated
Nov 5, 2021 - C#
-
Updated
Feb 17, 2021 - HTML
-
Updated
Aug 4, 2020 - Python
-
Updated
Oct 12, 2021 - Python
-
Updated
Jan 3, 2021 - Python
-
Updated
Nov 11, 2021 - TypeScript
-
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