From 3d3c644380908f23281f78307ad1c375eb97f8e3 Mon Sep 17 00:00:00 2001 From: Bing Gong <gongbing1112@gmail.com> Date: Mon, 23 Mar 2020 10:10:05 +0100 Subject: [PATCH] fixed #10 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9b4d029..2b36c1db 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ This project aims to adopt the GAN-based architectures, which original proposed This project need to work with [Workflow_parallel_frame_prediction project](https://gitlab.version.fz-juelich.de/gong1/workflow_parallel_frame_prediction) - Clone this repo: ```bash -git clone -b master https://gitlab.version.fz-juelich.de/gong1/video_prediction_savp.git -git clone -b master https://gitlab.version.fz-juelich.de/gong1/workflow_parallel_frame_prediction.git +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/ -- GitLab