-
**Describe the bug**
-when i using the patchcore to training data(MVTec bottle), there appeared some error, just like this---Validation: 0it [00:00, ?it/s], the process can't continue
**To Repr…
-
I am trying to install scvi-tools in python, I have PyYaML 6.0, It asks for 5.4.1 and automatically installs it but then asks for 6.0
I am using Jupyter Notebook if it matters.
```python
…
-
Hi @guillermo-navas-palencia !
As always, congratulations for the amazing job on the library!
I was doing some tests using the Scorecard class and noticed that de KS statistics reported when usin…
-
I have made a dataset in the mvtec format for steel.
The original image size is 4190x3040 px. If i resize the image, i loose features and hence cant detect small defects.
If i train padim/patchcor…
-
Test first, of cource.
-
See paper here: https://arxiv.org/abs/2006.11278
Python implementation here: https://github.com/arthurcgusmao/py-mcc-f1
-
Hi guys,
I would like to use the following code to conduct my deep forest configuration (i.e., with my custom base estimators) within a k-fold cross validation process:
```python
k = 5
kf = KF…
-
# Issue description
- issue description: Sync Swarm call to SL container failed
- occurrence - consistent or rare: After some epochs, e.g 3 epochs.
- error messages: Sync Swarm call to SL containe…
-
### Import Error
- [X] I have searched the existing issues
### Problem summary
I was trying to run this tutorial example
https://colab.research.google.com/github/fepegar/torchio-notebooks…
-
Dear Sir or Madam,
I was hoping you might provide us some guidance on how to visualise the roc curve of a pre-trained Deep Forest model.
For instance:
```python
from sklearn import metrics
…