From aa3a12407125b263ddc63dcfbdf2e3fb7dee1b7e Mon Sep 17 00:00:00 2001 From: liang <liang@cl.uni-heidelberg.de> Date: Wed, 6 May 2020 09:45:40 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 346df6f..d8f8d6a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ Most of the code of this repo is a copy and reimplementation from [ BryanPlummer / -two_branch_networks](https://github.com/BryanPlummer/two_branch_networks). The aim of the work of the repo is to apply Layer-Wise Relevance Propagation for investigating the image-text matching in a Two-Branch Network \ No newline at end of file +two_branch_networks](https://github.com/BryanPlummer/two_branch_networks). The aim of the work of the repo is to apply Layer-Wise Relevance Propagation for investigating the image-text matching in a Two-Branch Network. + +prerequisite: +numpy +jupyter +pytorch +torchvision +opencv-python \ No newline at end of file -- GitLab