Browse Source

[DOC, FIX] change image format to jpg

pull/1/head
Gao Enhao 2 years ago
parent
commit
f1958a2166
3 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/Examples/MNISTAdd.rst
  2. BIN
      docs/img/image_1.jpg
  3. BIN
      docs/img/image_2.jpg

+ 2
- 2
docs/Examples/MNISTAdd.rst View File

@@ -3,7 +3,7 @@ MNIST Add

MNIST Add was first introduced in [1] and the inputs of this task are pairs of MNIST images and the outputs are their sums. The dataset looks like this:

.. image:: ../img/image_1.png
.. image:: ../img/image_1.jpg
:width: 350px
:align: center

@@ -13,7 +13,7 @@ The ``gt_pseudo_label`` is only used to test the performance of the machine lear

In the Abductive Learning framework, the inference process is as follows:

.. image:: ../img/image_2.png
.. image:: ../img/image_2.jpg
:width: 700px

[1] Robin Manhaeve, Sebastijan Dumancic, Angelika Kimmig, Thomas Demeester, and Luc De Raedt. Deepproblog: Neural probabilistic logic programming. In Advances in Neural Information Processing Systems 31 (NeurIPS), pages 3749-3759.2018.

BIN
docs/img/image_1.jpg View File

Before After
Width: 779  |  Height: 218  |  Size: 17 kB

BIN
docs/img/image_2.jpg View File

Before After
Width: 1227  |  Height: 196  |  Size: 18 kB

Loading…
Cancel
Save