From dd5814d8b919d5c903e747f28c3bb3d1480c106c Mon Sep 17 00:00:00 2001 From: pkpk Date: Tue, 24 Sep 2019 19:23:30 +0800 Subject: [PATCH] Update index_en.rst (#1328) --- doc/fluid/user_guides/models/index_en.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/fluid/user_guides/models/index_en.rst b/doc/fluid/user_guides/models/index_en.rst index 5e5e88eef..a19977363 100644 --- a/doc/fluid/user_guides/models/index_en.rst +++ b/doc/fluid/user_guides/models/index_en.rst @@ -47,8 +47,8 @@ Image Synthesis refers to generating a target image based on an input vector. Th In the image synthesis task, we introduced how to use DCGAN and ConditioanlGAN to generate handwritten numbers, and also introduced CycleGAN for style migration. -- `DCGAN & ConditionalGAN `__ -- `CycleGAN `__ +- `DCGAN & ConditionalGAN `__ +- `CycleGAN `__ Scene Text Recognition ----------------------- @@ -131,7 +131,7 @@ In many scenarios of natural language processing, it is necessary to measure the The DAM (Deep Attention Matching Network) introduced in this example is the work of Baidu Natural Language Processing Department published in ACL-2018, which is used for the selection of responses in multi-round dialogue of retrieval chat robots. Inspired by Transformer, DAM is based entirely on the attention mechanism. It uses the stack-type self-attention structure to learn the semantic representations of responses and contexts at different granularities, and then uses cross-attention to obtain relativity between responses and contexts. The performance on the two large-scale multi-round dialogue datasets is better than other models. -- `Deep Attention Matching Network `__ +- `Deep Attention Matching Network `__ AnyQ ---- -- GitLab