diff --git a/docs/Examples/HED.rst b/docs/Examples/HED.rst index c5f8c62..fec90e4 100644 --- a/docs/Examples/HED.rst +++ b/docs/Examples/HED.rst @@ -1,6 +1,10 @@ Handwritten Equation Decipherment (HED) ======================================= +.. raw:: html + +

For detailed code implementation, please view on GitHub.

+ Below shows an implementation of `Handwritten Equation Decipherment `__. In this task, the handwritten equations are given, which consist of diff --git a/docs/Examples/HWF.rst b/docs/Examples/HWF.rst index 3ced34e..0b7f46e 100644 --- a/docs/Examples/HWF.rst +++ b/docs/Examples/HWF.rst @@ -1,6 +1,10 @@ Handwritten Formula (HWF) ========================= +.. raw:: html + +

For detailed code implementation, please view on GitHub.

+ Below shows an implementation of `Handwritten Formula `__. In this task, handwritten images of decimal formulas and their computed results @@ -466,5 +470,3 @@ Out: abl - INFO - Saving model: loop(save) [3] abl - INFO - Checkpoints will be saved to weights_dir/model_checkpoint_loop_2.pth abl - INFO - Evaluation ended, hwf/character_accuracy: 0.996 hwf/reasoning_accuracy: 0.977 - -More concrete examples are available in ``examples/hwf/main.py`` and ``examples/hwf/hwf.ipynb``. \ No newline at end of file diff --git a/docs/Examples/MNISTAdd.rst b/docs/Examples/MNISTAdd.rst index 7406806..7385d7d 100644 --- a/docs/Examples/MNISTAdd.rst +++ b/docs/Examples/MNISTAdd.rst @@ -1,6 +1,10 @@ MNIST Addition ============== +.. raw:: html + +

For detailed code implementation, please view on GitHub.

+ Below shows an implementation of `MNIST Addition `__. In this task, pairs of MNIST handwritten images and their sums are given, alongwith a domain @@ -375,5 +379,3 @@ Out: abl - INFO - Checkpoints will be saved to results/20231222_22_25_07/weights/model_checkpoint_loop_1.pth abl - INFO - Test start: abl - INFO - Evaluation ended, mnist_add/character_accuracy: 0.983 mnist_add/reasoning_accuracy: 0.967 - -More concrete examples are available in ``examples/mnist_add/main.py`` and ``examples/mnist_add/mnist_add.ipynb``. \ No newline at end of file diff --git a/docs/Examples/Zoo.rst b/docs/Examples/Zoo.rst index 615aa57..ca3e957 100644 --- a/docs/Examples/Zoo.rst +++ b/docs/Examples/Zoo.rst @@ -1,6 +1,10 @@ Zoo === +.. raw:: html + +

For detailed code implementation, please view on GitHub.

+ Below shows an implementation of `Zoo `__ dataset. In this task, attributes of animals (such as presence of hair, eggs, etc.) and their @@ -251,4 +255,3 @@ Out: We may see from the results, after undergoing training with ABL, the model’s accuracy has improved. -More concrete examples are available in ``examples/zoo/main.py`` and ``examples/zoo/zoo.ipynb``. diff --git a/docs/_static/img/ABL-Package.png b/docs/_static/img/ABL-Package.png new file mode 100644 index 0000000..0cf0cfb Binary files /dev/null and b/docs/_static/img/ABL-Package.png differ diff --git a/docs/_static/img/ABL.png b/docs/_static/img/ABL.png new file mode 100644 index 0000000..2cedb4a Binary files /dev/null and b/docs/_static/img/ABL.png differ diff --git a/docs/_static/img/Datasets_1.png b/docs/_static/img/Datasets_1.png new file mode 100644 index 0000000..900b2e5 Binary files /dev/null and b/docs/_static/img/Datasets_1.png differ diff --git a/docs/_static/img/ML.png b/docs/_static/img/ML.png new file mode 100644 index 0000000..7faa733 Binary files /dev/null and b/docs/_static/img/ML.png differ diff --git a/docs/_static/img/data_example.png b/docs/_static/img/data_example.png new file mode 100644 index 0000000..a42e542 Binary files /dev/null and b/docs/_static/img/data_example.png differ diff --git a/docs/_static/img/hed_dataset1.png b/docs/_static/img/hed_dataset1.png new file mode 100644 index 0000000..4908bcb Binary files /dev/null and b/docs/_static/img/hed_dataset1.png differ diff --git a/docs/_static/img/hed_dataset2.png b/docs/_static/img/hed_dataset2.png new file mode 100644 index 0000000..46de604 Binary files /dev/null and b/docs/_static/img/hed_dataset2.png differ diff --git a/docs/_static/img/hed_dataset3.png b/docs/_static/img/hed_dataset3.png new file mode 100644 index 0000000..7e46295 Binary files /dev/null and b/docs/_static/img/hed_dataset3.png differ diff --git a/docs/_static/img/hed_dataset4.png b/docs/_static/img/hed_dataset4.png new file mode 100644 index 0000000..39b3dcb Binary files /dev/null and b/docs/_static/img/hed_dataset4.png differ diff --git a/docs/_static/img/hwf_dataset1.png b/docs/_static/img/hwf_dataset1.png new file mode 100644 index 0000000..ddb623d Binary files /dev/null and b/docs/_static/img/hwf_dataset1.png differ diff --git a/docs/_static/img/hwf_dataset2.png b/docs/_static/img/hwf_dataset2.png new file mode 100644 index 0000000..f3b6e93 Binary files /dev/null and b/docs/_static/img/hwf_dataset2.png differ diff --git a/docs/_static/img/instance.png b/docs/_static/img/instance.png new file mode 100644 index 0000000..76a1b3b Binary files /dev/null and b/docs/_static/img/instance.png differ diff --git a/docs/_static/img/mnist_add_datasets.png b/docs/_static/img/mnist_add_datasets.png new file mode 100644 index 0000000..8e8d8b4 Binary files /dev/null and b/docs/_static/img/mnist_add_datasets.png differ diff --git a/docs/_static/img/usage.png b/docs/_static/img/usage.png new file mode 100644 index 0000000..d16e940 Binary files /dev/null and b/docs/_static/img/usage.png differ