-
Started using the metalearning framework presented in
https://github.com/facebookresearch/Kats/blob/main/tutorials/kats_204_metalearning.ipynb
Asking myself how the predictablity is calculated wh…
mjt91 updated
2 years ago
-
## NoPreprocessing is not working in 0.14.6 ##
I am setting NoPreprocessing in include param of AutoSklearnClassifier but it still run Balancing(random_state=1) as data_preprocessor. In the 0.14.2 ve…
-
Hello, I'm really glad to learn meta-learning with your paper and git code.
I tried Kats/tutorials/kats_204_metalearning.ipynb code and read the paper "Self-supervised learning for fast and scalabl…
-
## Environment info
Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points.
- `transformers` version: 4.10.3
- Platform: Linux-3.10.0-1160.42.2.el7.x86_64-x86_64-with…
-
Thank you so much for the excellent package and repo. I was using cherry for some distributed training tasks.
opt = AdamW(model.parameters(), .01, weight_decay=.0001)
opt = cherry.optim.Distribute…
-
## Describe the bug ##
I am running Ubuntu on Windows 11 bash and auto sklearn version **0.14.6**
Whenever I try to call Autosklearn I get this error
**_An error ocurred while startin…
asmgx updated
2 years ago
-
From time to time I see the below code stuck forever. The root cause is not clear. I have to kill it with CTRL+C. In top I see a python process with zero CPU utilization and very little memory footpri…
-
Hello,
When building my own metafeatures using the scripts provided, the following warnings appear during 03_calculate_metafeatures:
```
[Memory] Calling __main__--WORKINGDIR-03_calculate_metaf…
-
## Describe the bug
I have updated Auto-Sklearn to the latest version to be able to completely turn off any preprocessing. I have followed the [example](https://automl.github.io/auto-sklearn/master/e…
-
I am getting this issue:
```
import anatome
print(anatome)
# from anatome import CCAHook
from anatome import SimilarityHook
model = resnet18(pretrained=True)
random_model = resnet18()
# random…