Shuhei Watanabe

Results 67 issues of Shuhei Watanabe

Check later. The file is autoPyTorch/pipeline/components/setup/network_backbone/ShapedResNetBackbone.py. @ravinkohli 's comment Its a hacky way of using the same function to get shaped neurons and shaped dropout. They do not relate to...

refactoring

Current Auto-pytorch already adapted to the addition of new components (e.g. lr_scheduler, optimizer) from user side, but it is not easy for them to know how it should be implemented...

Documentation

Currently, each test performs the checks if each component has parameters that are sampled from ConfigSpace. However, it leads to the following issues: 1. ConfigSpace does not support non-string or...

As discussed in the last meeting, we would like to introduce [black](https://pypi.org/project/black/). I will be responsible for this matter.

### Expected behavior The following test, which will be skipped after [PR#5214](https://github.com/optuna/optuna/pull/5214) is merged, does not pass due to some errors caused by a machine epsilon. ```shell $ python -m...

bug
CI

[The BOHB paper](https://arxiv.org/abs/1807.01774) says that each SH bracket samples $n = \lceil \frac{s_{\max} + 1}{s + 1} \eta^s \rceil$ configurations; however, [this line](https://github.com/automl/HpBandSter/blob/master/hpbandster/optimizers/hyperband.py#L92) samples $n = \lfloor\lfloor \frac{s_{\max} + 1}{s...

[Well-known precision issue](https://floating-point-gui.de/errors/comparison/) Would you be able to use `np.isclose` or something similar for the comparison? I think the problem came from [here](https://github.com/automl/ConfigSpace/blob/main/ConfigSpace/hyperparameters/uniform_float.pyx#L104-L110). ```python In [1]: import ConfigSpace as CS...

### Description Here is the dark mode and we can see the x ticklabels: ![image](https://github.com/optuna/optuna-dashboard/assets/47781922/4bd5be90-92e8-4a4a-8862-acc87a9f976a) However, we cannot see them in the light color mode ![image](https://github.com/optuna/optuna-dashboard/assets/47781922/c24105f4-f935-43b4-9a7a-6b3465aa9c92) ### Python version 3.9...

bug
contribution-welcome