From c319be7ae414fcca1454b68ece7b49d524c01f34 Mon Sep 17 00:00:00 2001 From: Luo Tao Date: Mon, 16 Oct 2017 11:50:21 +0800 Subject: [PATCH] fix URLError when removing duplicated tutorials --- doc/howto/deep_model/rnn/rnn_config_cn.rst | 4 ++-- doc/howto/deep_model/rnn/rnn_config_en.rst | 4 ++-- doc/howto/deep_model/rnn/src/bi_lstm.jpg | Bin 0 -> 35593 bytes .../rnn/src/encoder-decoder-attention-model.png | Bin 0 -> 68089 bytes 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 doc/howto/deep_model/rnn/src/bi_lstm.jpg create mode 100644 doc/howto/deep_model/rnn/src/encoder-decoder-attention-model.png diff --git a/doc/howto/deep_model/rnn/rnn_config_cn.rst b/doc/howto/deep_model/rnn/rnn_config_cn.rst index 4d684cf8a..63fa161fa 100644 --- a/doc/howto/deep_model/rnn/rnn_config_cn.rst +++ b/doc/howto/deep_model/rnn/rnn_config_cn.rst @@ -21,7 +21,7 @@ wmt14数据的提供文件在 `python/paddle/v2/dataset/wmt14.py