MalteEbner

Results 23 issues of MalteEbner

from https://github.com/lightly-ai/lightly-core/issues/493 with solution AB ## Description Allow setting the score_to_use for the sampler CORAL and ACTIVE_LEARNING, so that e.g. following workflow is possible: ```python from lightly.api import ApiWorkflowClient from...

high priority

**Describe the bug** Inside a schema: If a property is required, but not defined, no error or warning is thrown. **To Reproduce** `schema.yml:` ``` ExampleSchema: type: object required: - prop1...

enhancement
OpenAPI
team/pierogi-platoon

When running the code without a CUDA Gpu and/or pytorch not compiled with it, the following error occurs: "AssertionError: Torch not compiled with CUDA enabled". The reason is that "ssd_pytorch/layers/modules/multibox_loss.py:35...

I want to use the label studio ml backend together with an image classification dataset and a pretrained pytorch model. There seems to be a blog / tutorial for it:...

using` pip install decord` fails with ``` ERROR: Could not find a version that satisfies the requirement decord (from versions: none) ERROR: No matching distribution found for decord ``` Machine:...

## Use case: I have a video stored in the web and the URL to it. Now I want to download specific frames of it (e.g. the 10th and 100th)....

We are using the `numpy.typing` subpackage, which is only available in numpy >= 1.20: https://numpy.org/devdocs/reference/typing.html#module-numpy.typing Thus we need to update the minimum requirement.

### Description of the PR Before bugfix: a required and nullable attribute set to null/None causes a ValueError when received by the client. After bugfix: This error is only caused...

Are there any blogs or example showing how well using GPT4 for reviews works? Ideally using this action.