Sofía Denner
Results
2
comments of
Sofía Denner
The workaround I found to fix this issue is to limit the number of cores with the env var `OPENBLAS_NUM_THREADS` before importing anything from autosklearn. For example: ```python import os...
Hi @felidsche, in my case the resources are not the problem: having more than 150GB of RAM free, and running an experiment with an incredibly small dataset results in the...