From 2d7c2b64477dca5d0df82e32d830cac5b3d11fa3 Mon Sep 17 00:00:00 2001
From: Bing Gong <gongbing1112@gmail.com>
Date: Mon, 23 Mar 2020 10:24:53 +0100
Subject: [PATCH] fixed #10

---
 README.md | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/README.md b/README.md
index 2b36c1db..788c5df9 100644
--- a/README.md
+++ b/README.md
@@ -14,21 +14,9 @@ This project need to work with [Workflow_parallel_frame_prediction project](http
 ```bash
 git clone master https://gitlab.version.fz-juelich.de/gong1/video_prediction_savp.git
 git clone master https://gitlab.version.fz-juelich.de/gong1/workflow_parallel_frame_prediction.git
-
 ```
-- Install TensorFlow >= 1.9 and dependencies from http://tensorflow.org/
-- Install other dependencies
-
-```bash
-pip install -r requirements.txt
-```
-
-### Miscellaneous installation considerations
-- In python >= 3.6, make sure to add the root directory to the PYTHONPATH`, e.g. `export PYTHONPATH=path/to/video_prediction_savp`.
-- For the best speed and experimental results, we recommend using cudnn version 7.3.0.29 and any tensorflow version >= 1.9 and <= 1.12. The final training loss is worse when using cudnn versions 7.3.1.20 or 7.4.1.5, compared to when using versions 7.3.0.29 and below.
-- Add the directories lpips-tensorflow and hickle (get from [Workflow project](https://gitlab.version.fz-juelich.de/gong1/workflow_parallel_frame_prediction) to the  `PATHONPATH `, e.g export PYTHONPATH=path/to/lpips-tensorflow
 
-### Set-up on JUWELS
+### Set-up env on JUWELS
 
 - Set up env and install packages
 
-- 
GitLab