From 26d33c5031b9718fe1167d39cf6a997d8a486fda Mon Sep 17 00:00:00 2001 From: Bing Gong <gongbing1112@gmail.com> Date: Tue, 17 Mar 2020 09:05:46 +0100 Subject: [PATCH] updae readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 570e05a5..cf77b66a 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,14 @@ python ../workflow_video_prediction/DataExtraction/mpi_stager_v2.py --source_di ```python python ../workflow_video_prediction/DataPreprocess/mpi_stager_v2_process_netCDF.py --source_dir <output_dir1> --destination_dir <output_dir2> -video_prediction/datasets/era5_dataset_v2.py --source_dir <output_dir2> --destination_dir <output_dir3> +python video_prediction/datasets/era5_dataset_v2.py --source_dir <output_dir2> --destination_dir <output_dir3> ``` Example ```python python ../workflow_video_prediction/DataPreprocess/mpi_stager_v2_process_netCDF.py --source_dir /p/scratch/deepacf/bing/extractedData --destination_dir /p/scratch/deepacf/bing/preprocessedData -video_prediction/datasets/era5_dataset_v2.py /p/scratch/deepacf/bing/preprocessedData ./data/era5_64_64_3_3t_norm +python video_prediction/datasets/era5_dataset_v2.py /p/scratch/deepacf/bing/preprocessedData ./data/era5_64_64_3_3t_norm ``` ### Trarining -- GitLab