|
|
|
@@ -1,6 +1,10 @@ |
|
|
|
Handwritten Formula (HWF) |
|
|
|
========================= |
|
|
|
|
|
|
|
.. raw:: html |
|
|
|
|
|
|
|
<p>For detailed code implementation, please view on <a class="reference external" href="https://github.com/AbductiveLearning/ABL-Package/tree/Dev/examples/hwf" target="_blank">GitHub</a>.</p> |
|
|
|
|
|
|
|
Below shows an implementation of `Handwritten |
|
|
|
Formula <https://arxiv.org/abs/2006.06649>`__. 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``. |