Robert Jan Schlimbach
Robert Jan Schlimbach
Pruners are not currently supported through the hydra optuna sweeper plugin: https://github.com/facebookresearch/hydra/issues/1710 . Adding the pruner to the sweeper ourselves might be doable, as it seems like a single argument...
- Nested sampling is supported in optuna: https://optuna.readthedocs.io/en/stable/tutorial/10_key_features/002_configurations.html - Nested sampling is not supported in hydra - Ideally we would like categorical choices to be config options, i.e. set choices...
Hi! I've installed `oneccl_bindings_for_pt==1.13.100+gpu` from https://developer.intel.com/ipex-whl-stable-xpu, but after installing I get a "libccl.so.1 not found" error: ```python $ python Python 3.10.4 (main, Oct 26 2022, 02:21:10) [GCC 11.3.0] on linux...