mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-22 13:20:38 +08:00
31 lines
676 B
Markdown
31 lines
676 B
Markdown
---
|
|
name: "Bug report"
|
|
about: Create a bug report to improve optuna-dashboard
|
|
title: ""
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
# Bug reports
|
|
|
|
*Please file a bug report here.*
|
|
|
|
## Expected Behavior
|
|
|
|
*Please describe the behavior you are expecting*
|
|
|
|
## Current Behavior and Steps to Reproduce
|
|
|
|
*What is the current behavior? Please provide detailed steps or example for reproducing.*
|
|
*A picture or video tells a thousand words.*
|
|
|
|
## Context
|
|
|
|
Please provide any relevant information about your setup.
|
|
This is important in case the issue is not reproducible except for under certain conditions.
|
|
|
|
* `python -c 'import optuna; print(optuna.__version__)'`:
|
|
* `optuna-dashboard --version`:
|
|
|