From d1347711cfbaac8bc257f5d4127654a9637bddd2 Mon Sep 17 00:00:00 2001 From: c-bata Date: Fri, 8 Sep 2023 17:50:46 +0900 Subject: [PATCH] Minor fixes on human-in-the-loop tutorial --- docs/tutorials/hitl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/hitl.rst b/docs/tutorials/hitl.rst index 6d31ae55..6b0cf7c7 100644 --- a/docs/tutorials/hitl.rst +++ b/docs/tutorials/hitl.rst @@ -5,7 +5,7 @@ Tutorial: Human-in-the-loop Optimization In tasks involving image generation, natural language, or speech synthesis, evaluating results mechanically can be tough, and human evaluation becomes crucial. Until now, managing such tasks with Optuna has been challenging. However, the introduction of Optuna Dashboard enables humans and optimization algorithms to work interactively and execute the optimization process. -In this tutorial, we will explain how to optimize hyperparameters to generate a simple image using Optuna Dashboard. While the tutorial focuses on a simple task, the same approach can be applied to for instance optimize more complex images, natural language, and speech. +In this tutorial, we will explain how to optimize hyperparameters to generate a simple image using Optuna Dashboard. While the tutorial focuses on a simple task, the same approach can be applied to for instance optimize more complex images, natural language, and speech. The tutorial is organized as follows: @@ -93,7 +93,7 @@ Given the above system, we carry out HITL optimization as follows: Environment setup ^^^^^^^^^^^^^^^^^ -To run `the script `_ used in this tutorial, you need to install two libraries: +To run `the script `_ used in this tutorial, you need to install following libraries: .. code-block:: console