-
Thanks for sharing the implementations!
I wonder how many GPU hours to train for a subset in MVTec? I've tried your code on a single RTX2060ti, but I find it really slow...
-
Hello,
is there some preferred way, such as readily built command, to plot the AUC curve with Metrics package such as with RORC pkg [1]?
[1] https://stats.stackexchange.com/questions/132777/what…
-
## 🐛 Bug
version 1.3.1
1) Similar issue as: #531 when using the following code:
when running the following code:
```py
class MyModel(LightningModule):
def __init__(self):
…
-
Hi there,
I'm currently trying to reproduce your results from the SNGP paper (https://arxiv.org/abs/2006.10108) and get a much higher AUCPR for the baseline deterministic WideResNet separating CIF…
-
@JHlozek is looking into the best parameters for the ZairaChem distillation of Olinda
-
To achieve comparable result as the original paper. LayerNorm is applied to the feature before NF. This is never mentioned in the paper and the usage is very tricky (but this is the only way works for…
-
## 🐛 Bug
The object oriented `BinaryPrecisionRecallCurve` can compute substantially incorrect values if logits are passed as predictions instead of probabilities, even though the docstring says thi…
-
您好,这个数据集极不平衡,标签为1的样本数量很少。复现结果显示,对标签为1预测结果不是很理想,AUC的值是正常的,请问是这样吗?
-
Currently, we use the variant of recall described in Huang 2021:
> Our initial results have been very promising. The primary metric we are currently using is recall, the percentage of documents def…
-
We're nearing the point where we'll need to implement a machine learning module to execute user queries. We're looking to create a minimum viable product. We can expand functionality later, but for no…