-
Hi
I have seen over several days that comparing the values reported by HA and the one obtained on https://home.netatmo.com/control/dashboard they were different.
On the web site i can see :
![Cap…
-
**Describe the issue**
YAML multiline strings break on first empty line even when the rest of the block is properly indented.
**Which language seems to have the issue?**
YAML
**Are you using `…
-
Hi,
I am a GSSOC'21 participant.
Given an array of positives and negatives, we have to move all negatives to left side of array.
There are two approach to solve this problem:
- Partition approach …
-
hello,
I would like to use evidently to analyze my model results. I use YoloV8 for object detection. During detection, there are of course true positives, false positives and false negatives.
I …
-
Evertime I get get my energy into the positives it goes back down to the negatives this has happened multiple times, I’ve refreshed my page, closed and rentered the game and it’s still in the negative…
-
Hello, I'm curious about calculating True Negatives (TN) within the bench method of lane.py, similar to how False Positives (FP) and False Negatives (FN) are computed. Could you please provide guidanc…
-
How should I modify the code if I only add positive examples and do not add negative examples for fine-tuning?
This is the error reported during fine-tuning training when I set neg in the fine-tuni…
-
https://github.com/pytorch/fairseq/blob/148327d8c1e3a5f9d17a11bbb1973a7cf3f955d3/fairseq/models/wav2vec/wav2vec2.py#L397
In the wav2vec2 implementation, the above line of code tends to sample negat…
-
Please add online hard example mining (OHEM) based on BCE, L1, L2 and other losses for binary classification.
Loss = SumOfPositiveClassLosses / + alpha* SumOfNegativeClassLosses / + beta * SumOf…
-
I've been trying out DuplicateBalancingTransformer on BBBP which has 290 negatives and 1341 positives. After duplication, I get 1160 negatives and 1341 positives (which makes sense since `1160 == 4 * …