-
### What happened + What you expected to happen
I'm currently tuning a model with Ray Tune and Optuna but the cluster I'm working on has issues and sometimes get OOM, making all my current/next runs …
-
[networkx/utils/backends.py line 2313](https://github.com/networkx/networkx/blob/c107d25c853fbfe082c12d9e8c77afe4f34e91da/networkx/utils/backends.py#L2313C9-L2313C60) causes an `AttributeError: 'Non…
-
### Expected behavior
When running a postgresql-database with the `pg8000` DB API in the default settings like this
```
database_url = f"postgresql+pg8000://user:password@127.0.0.1:port/mydb"
```
…
-
### Description
During hyperparameter tuning with Optuna, LightGBMCV.setup becomes time consuming when training sets get large and folds get more numerous. I think it might be useful to be able to ge…
-
### Type of request
New device support
### Meter description
Brunata Optuna H, Diehl Metering.
Caloric metering.
Data sheets etc:
http://brunata.gr/fileadmin/datasheets/UK/QB-upload_2011/UK-QB1…
-
When executing test_frcnn.py it seems that I pass in the path to where my test images are located, but I get zero detections when testing the model that was successfully trained. Wouldn't the testing …
-
Hello bio_embeddings team,
Thank you for your amazing contribution. It is great to be able to easily use LLMs trained on bio data and perform further research.
I've used the library in the past …
-
### Motivation
The type of `callbacks` in `optimize` is specified as `list`. But we can pass other `Iterable` types (e.g., `tuple`). https://optuna.readthedocs.io/en/stable/reference/generated/optuna…
-
I am using `optuna_distributed` with `optuna.storages.JournalStorage` and after ~480 trials i get: `OSError: [Errno 24] Too many open files`.
```
Number of trials: 479 // All
Number of comple…
-
from pymoo.algorithms.hyperparameters import SingleObjectiveSingleRun, HyperparameterProblem
from pymoo.algorithms.soo.nonconvex.g3pcx import G3PCX
from pymoo.algorithms.soo.nonconvex.optuna import …