From 00e0f23bc4d4fed45db89329cecece79b49c3651 Mon Sep 17 00:00:00 2001 From: Tony-HYX <605698554@qq.com> Date: Mon, 25 Dec 2023 10:26:04 +0800 Subject: [PATCH] [DOC] Change name to Zoo --- docs/Examples/{ZOO.rst => Zoo.rst} | 8 ++++---- docs/index.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename docs/Examples/{ZOO.rst => Zoo.rst} (97%) diff --git a/docs/Examples/ZOO.rst b/docs/Examples/Zoo.rst similarity index 97% rename from docs/Examples/ZOO.rst rename to docs/Examples/Zoo.rst index b0fa741..bd65d37 100644 --- a/docs/Examples/ZOO.rst +++ b/docs/Examples/Zoo.rst @@ -1,8 +1,8 @@ -ZOO +Zoo === Below shows an implementation of -`Zoo `__. In this task, +`Zoo `__ dataset. In this task, attributes of animals (such as presence of hair, eggs, etc.) and their targets (the animal class they belong to) are given, along with a knowledge base which contain information about the relations between @@ -209,7 +209,7 @@ methods of ``SimpleBridge``. .. code:: ipython3 # Build logger - print_log("Abductive Learning on the ZOO example.", logger="current") + print_log("Abductive Learning on the Zoo example.", logger="current") log_dir = ABLLogger.get_current_instance().log_dir weights_dir = osp.join(log_dir, "weights") @@ -227,7 +227,7 @@ Out: .. code:: none :class: code-out - abl - INFO - Abductive Learning on the ZOO example. + abl - INFO - Abductive Learning on the Zoo example. abl - INFO - ------- Use labeled data to pretrain the model ----------- abl - INFO - ------- Test the initial model ----------- abl - INFO - Evaluation ended, zoo/character_accuracy: 0.935 zoo/reasoning_accuracy: 0.935 diff --git a/docs/index.rst b/docs/index.rst index b99a329..31c9129 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,7 +26,7 @@ Examples/MNISTAdd Examples/HWF Examples/HED - Examples/ZOO + Examples/Zoo .. toctree:: :maxdepth: 1