Browse Source

[FIX] minor fix

pull/5/head
troyyyyy 1 year ago
parent
commit
af8804561e
2 changed files with 2 additions and 3 deletions
  1. +1
    -1
      ablkit/utils/logger.py
  2. +1
    -2
      docs/Overview/Abductive-Learning.rst

+ 1
- 1
ablkit/utils/logger.py View File

@@ -1,6 +1,6 @@
# Copyright (c) OpenMMLab. All rights reserved.
# Modified from
# https://github.com/open-mmlab/mmengine/blob/main/mmengine/logging/logger.py # noqa
# https://github.com/open-mmlab/mmengine/blob/main/mmengine/logging/logger.py

import logging
import os


+ 1
- 2
docs/Overview/Abductive-Learning.rst View File

@@ -57,8 +57,7 @@ is dual-driven by both data and domain knowledge, integrating and
balancing the use of machine learning and logical reasoning in a unified
model.

For more information about ABL, please refer to: `Zhou, 2019 <http://scis.scichina.com/en/2019/076101.pdf>`_
and `Zhou and Huang, 2022 <https://www.lamda.nju.edu.cn/publication/chap_ABL.pdf>`_.
For more information about ABL, please refer to `References <../References.html>`_.

.. _abd:



Loading…
Cancel
Save