-
# Content, accessibility, information architecture (CAIA) new initiative collaboration request
Use this ticket to request collaboration on a new initiative with the sitewide content, accessibility, a…
-
I was trying out using auto_ml to do image recognition via this dataset which is basically 64 pixels of hand-drawn images. This code works fine and generates a trained model I can score.
```
impo…
calz1 updated
7 years ago
-
- [x] Multi-class classification metrics for single label classification
- [ ] Multi-label classification metrics for eval for multi-label classification
- [ ] Multi-label generation adapter for mul…
-
**Source**
The dataset RCV1-V2 is:
- paper:
- `Maximizing Subset Accuracy with Recurrent Neural Networks in Multi-label Classification`
- `SGM: Sequence Generation Model for Multi-label C…
-
**Problem**
This is more a question, and a feature request if the answer to the question is `no`.
**Is it possible to do [multi-label][2] classification with TransmogrifAI?**
**Solution**
I s…
onema updated
6 years ago
-
我的研究是多标签的文本分类(multi label classification)
类别有九个 但不是多元分类(multi class classification)
例子都是多元分类(multi class classification)
请问有实作在多标签分类(multi label classification)的文本上吗?
-
-
Dear author:
Sorry for bothering you again!
I’ve noticed a difference in the output structure between YOWO2 and YOWO3 for the AVA model, and I’m hoping to get some clarification.
In YOWO2 (AV…
-
### Describe the bug
I have a simple training loop in `fastai` which does multi-label image classification. I have a `wandb` callback attached to the `Learner` object.
![image](https://user-image…
-
Hi,
I'm using OpenFE to extract features, but when I transform the data after extracting features, I encounter the following error:
> 'AttributeError: 'tuple' object has no attribute 'tb_frame'…