Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch.github.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2015-09-22 18:06:20 +0300
committerSoumith Chintala <soumith@gmail.com>2015-09-22 18:06:20 +0300
commit0590bf079d8f13d37dd4a0348dd0be99e1453311 (patch)
tree337bc2628ca5a62bf0127a51b9a5a61ef6ddb74d
parent24732c85d6ab8b7e9d71e2b978975e0ddf97ed7b (diff)
fixes
-rw-r--r--blog/_posts/2015-09-21-rmva.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/_posts/2015-09-21-rmva.md b/blog/_posts/2015-09-21-rmva.md
index 4c43c8d..7da6f3b 100644
--- a/blog/_posts/2015-09-21-rmva.md
+++ b/blog/_posts/2015-09-21-rmva.md
@@ -9,7 +9,7 @@ picture: https://raw.githubusercontent.com/torch/torch.github.io/master/blog/_po
<!---# Recurrent Model of Visual Attention-->
-In this blog post, I want to discuss how we at [Element-Research](https://github.com/Element-Research)
+In this blog post, I want to discuss how we at [Element-Research](https://www.discoverelement.com/)
implemented the recurrent attention model (RAM) described in [[1]](#rmva.ref).
Not only were we able to reproduce the paper, but we also made of bunch of
modular code available in the process.