mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Fix the order of explanation
This commit is contained in:
@@ -107,7 +107,7 @@ You will use SQLite for the storage backend in this tutorial. Ensure that the fo
|
||||
Execution of the HITL optimization script
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Use this command to launch Optuna Dashboard in a separate process.
|
||||
Run a python script below which you copied from `main.py <https://github.com/optuna/optuna-dashboard/blob/main/examples/hitl/main.py>`_
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
@@ -116,6 +116,8 @@ Use this command to launch Optuna Dashboard in a separate process.
|
||||
Launching Optuna Dashboard
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Run this command to launch Optuna Dashboard in a separate process.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ optuna-dashboard sqlite:///db.sqlite3 --artifact-dir ./artifact
|
||||
|
||||
Reference in New Issue
Block a user