[Update] Update ABINet links for main (#1221)

* loss

* fix

* fix bug

* update ABINet links
pull/961/merge
Qing Jiang 2022-07-27 22:33:15 +08:00 committed by GitHub
parent 9e24f3e1d8
commit 150cb13443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from .base_decoder import BaseDecoder
class ABILanguageDecoder(BaseDecoder):
r"""Transformer-based language model responsible for spell correction.
Implementation of language model of \
`ABINet <https://arxiv.org/abs/1910.04396>`_.
`ABINet <https://arxiv.org/pdf/2103.06495>`_.
Args:
d_model (int): Hidden size of input.

View File

@ -13,7 +13,7 @@ class ABIVisionDecoder(BaseDecoder):
"""Converts visual features into text characters.
Implementation of VisionEncoder in
`ABINet <https://arxiv.org/abs/1910.04396>`_.
`ABINet <https://arxiv.org/pdf/2103.06495>`_.
Args:
in_channels (int): Number of channels :math:`E` of input vector.