Skip to content
Snippets Groups Projects
Commit 1bc78f8f authored by Bing Gong's avatar Bing Gong
Browse files

udpate readme

parent 56f6b99a
Branches
Tags
No related merge requests found
...@@ -9,9 +9,11 @@ This project aims to adopt the GAN-based architectures, which original proposed ...@@ -9,9 +9,11 @@ This project aims to adopt the GAN-based architectures, which original proposed
- CPU or NVIDIA GPU + CUDA CuDNN - CPU or NVIDIA GPU + CUDA CuDNN
### Installation ### 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: - Clone this repo:
```bash ```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/video_prediction_savp.git
git clone -b master https://gitlab.version.fz-juelich.de/gong1/workflow_parallel_frame_prediction
cd video_prediction_savp cd video_prediction_savp
``` ```
- Install TensorFlow >= 1.9 and dependencies from http://tensorflow.org/ - Install TensorFlow >= 1.9 and dependencies from http://tensorflow.org/
...@@ -38,11 +40,8 @@ cd env_setup ...@@ -38,11 +40,8 @@ cd env_setup
## Workflow by steps ## Workflow by steps
### Data Extraction ### Data Extraction
[Workflow project](https://gitlab.version.fz-juelich.de/gong1/workflow_parallel_frame_prediction)
```python ```python
python ../workflow_video_prediction/DataExtraction/mpi_stager_v2.py --source_dir <input_dir1> --destination_dir <output_dir1> python ../workflow_video_prediction/DataExtraction/mpi_stager_v2.py --source_dir <input_dir1> --destination_dir <output_dir1>
``` ```
......
...@@ -7,7 +7,7 @@ TRAIN_MODE=end_to_end ...@@ -7,7 +7,7 @@ TRAIN_MODE=end_to_end
EXP_NAME=era5_size_64_64_3_3t_norm 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_EXTRA_DIR=${DATA_ETL_DIR}/extractedData/${EXP_NAME}
DATA_PREPROCESS_DIR=${DATA_ETL_DIR}/preprocessedData/${EXP_NAME} DATA_PREPROCESS_DIR=${DATA_ETL_DIR}/preprocessedData/${EXP_NAME}
DATA_PREPROCESS_TF_DIR=./data/${EXP_NAME} DATA_PREPROCESS_TF_DIR=./data/${EXP_NAME}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment