From 1bc78f8f44b8a45c3574a3728cb249a5de5928cf Mon Sep 17 00:00:00 2001 From: Bing Gong <gongbing1112@gmail.com> Date: Tue, 17 Mar 2020 11:59:46 +0100 Subject: [PATCH] udpate readme --- README.md | 5 ++--- bash/workflow_era5.sh | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4838e6d0..6281b234 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ This project aims to adopt the GAN-based architectures, which original proposed - CPU or NVIDIA GPU + CUDA CuDNN ### Installation +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 cd video_prediction_savp ``` - Install TensorFlow >= 1.9 and dependencies from http://tensorflow.org/ @@ -38,11 +40,8 @@ cd env_setup ## Workflow by steps - ### Data Extraction -[Workflow project](https://gitlab.version.fz-juelich.de/gong1/workflow_parallel_frame_prediction) - ```python python ../workflow_video_prediction/DataExtraction/mpi_stager_v2.py --source_dir <input_dir1> --destination_dir <output_dir1> ``` diff --git a/bash/workflow_era5.sh b/bash/workflow_era5.sh index 8e48ae76..ccf5ba6c 100755 --- a/bash/workflow_era5.sh +++ b/bash/workflow_era5.sh @@ -7,7 +7,7 @@ TRAIN_MODE=end_to_end EXP_NAME=era5_size_64_64_3_3t_norm -DATA_ETL_DIR=/p/scratch/deepacf/{USER}/ +DATA_ETL_DIR=/p/scratch/deepacf/${USER}/ DATA_EXTRA_DIR=${DATA_ETL_DIR}/extractedData/${EXP_NAME} DATA_PREPROCESS_DIR=${DATA_ETL_DIR}/preprocessedData/${EXP_NAME} DATA_PREPROCESS_TF_DIR=./data/${EXP_NAME} -- GitLab