-
### Describe the workflow you want to enable
I want to be able to use multiple estimators in one pipeline. E.g.
```python
from sklearn.pipeline import Pipeline
from sklearn.linear_model impor…
-
### Home Assistant Version?
2023.8.0b1 - 2023.8.0
### Add-On or Self Hosted?
HA Supervised (Add-On)
### Weatherflow2MQTT version?
3.1.6
### What happened?
Some MQTT entities have …
-
Hi,
First of all, thank you all for the impressive work and for making the code and models available to the community. I would like to use the SSAST models to extract audio embeddings. Specifically…
-
Self-supervised pre-training is the mechanism through which LLMs are pre-trained and also fine-tuned in absence of instruction datasets or human preferences, but when text documents are available.
…
-
Hello, I'm trying to learn by applying a custom dataset with unsupervised learning without labeling, is it possible?
If It's possible, could you tell me how?
-
We need requirement.txt to install the prerequisites. Thanks.
-
The `fix_imbalance_method` does not support `Pipeline` class from `imblearn` package to apply more than one method for fix imbalance.
Does it make sense to apply more the one method of oversampling a…
-
There is no "Self-Supervised" category.
-
您好,我尝试用您的代码训练的时候出现了如下问题。似乎是在计算loss的时候target应该是三维,但是debug进去发现label却还是四维,不知道该如何解决呢
Traceback (most recent call last):
File "/data/yuanyifeng/Bi-SRNet-main/train_SCD.py", line 238, in
main()
…
-
While pandas supports a column with mixed ints/ floats which are nan, tc does not identify float("nan") as None and thus Xgboost failed on data converted from pandas.
```
import pandas as pd
data…