Skip to content

Fix aiaccel/hpo/apps/optimize.py . #749

Fix aiaccel/hpo/apps/optimize.py .

Fix aiaccel/hpo/apps/optimize.py . #749

Triggered via pull request January 27, 2025 07:10
Status Failure
Total duration 2m 57s
Artifacts

ci.yaml

on: pull_request
Matrix: CI
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
CI (ubuntu-22.04, 3.10, torch)
Process completed with exit code 1.
CI (ubuntu-22.04, 3.10, hpo)
The job was canceled because "ubuntu-22_04_3_10_torch" failed.
CI (ubuntu-22.04, 3.10, hpo)
The operation was canceled.
CI (ubuntu-22.04, 3.10, apps)
The job was canceled because "ubuntu-22_04_3_10_torch" failed.
CI (ubuntu-22.04, 3.10, apps)
The operation was canceled.
CI (ubuntu-22.04, 3.10, torch): aiaccel/hpo/optuna/suggest_wrapper.py#L68
suggest_discrete_uniform has been deprecated in v3.0.0. This feature will be removed in v6.0.0. See https://github.com/optuna/optuna/releases/tag/v3.0.0. Use suggest_float(..., step=...) instead.
CI (ubuntu-22.04, 3.10, torch): aiaccel/hpo/optuna/suggest_wrapper.py#L68
suggest_discrete_uniform has been deprecated in v3.0.0. This feature will be removed in v6.0.0. See https://github.com/optuna/optuna/releases/tag/v3.0.0. Use suggest_float(..., step=...) instead.
CI (ubuntu-22.04, 3.10, torch): aiaccel/hpo/optuna/suggest_wrapper.py#L88
suggest_uniform has been deprecated in v3.0.0. This feature will be removed in v6.0.0. See https://github.com/optuna/optuna/releases/tag/v3.0.0. Use suggest_float instead.