diff --git a/doc/fluid/user_guides/models/index_en.rst b/doc/fluid/user_guides/models/index_en.rst index 5e5e88eef38b02a5db1008aea4d4ad06ce292b07..a19977363f1f1d767bf06da661415a562a8956d7 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 ----