diff --git a/README.md b/README.md index 4838e6d070448d30199d5d8260f55b11d63b4f2e..6281b234dcbabae0ad78515089428a6d3fddd98e 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 8e48ae7655710738d4018236a736f6d4de336d43..ccf5ba6c3432cf3de9c0f6c93064ae2871cd71fc 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}