-
- Accuracy
- Recall
- Precision
- F1 score
- AUC
Focus on the basic neural network without foolbox.
evaluation.py
-
### 路由地址
```routes
/zhihu/posts/:usertype/:id
```
### 完整路由地址
```fullroutes
/zhihu/posts/people/frederchen
```
### 相关文档
https://docs.rsshub.app/routes/social-media#zhi-hu-yong-hu-wen-zhang
### …
-
## 🐛 Bug
The wandb logger adds a 'global_step' to the metric dict which appears in all other loggers (e.g. Tensorboard). Only the wandb logger is adding 'global_step' to metric and I think it is no…
-
Hello!
First of all, thanks for this amazing tool.
I have a question:
I want to perform node classification on my network composed of 2410 nodes. Since now, I split my nodes using the function `Add…
-
Hello!
First of all, thanks for this amazing tool.
I have a question:
I want to perform node classification on my network composed of 2410 nodes. Since now, I split my nodes using the function AddT…
-
Make the validation set balanced with respect to the classes.
-
## 🐛 Bug
I'm trying the K-Fold cross-validation example from pl_examples.
When I run the example, there is an error
AttributeError: 'Trainer' object has no attribute 'strategy'
`Traceback (…
-
Hello, sorry to bother you, now I have finished the data_processing step with my own decoys, and got the iinterface and linterface files. How to divide it into training set, test set and import it int…
-
**Describe the bug**
Constructing and running a `SupervisedTrainer` in a loop eventually leads to GPU out of memory. See below example
**To Reproduce**
```python
import segmentation_models_pytor…
-
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
1. I use benchmark/kernel/ to evaluate DiffPool on IMDB-M, IMDB-B datasets.
2. I use latest code.
I meet the error:
Fi…