Skip to content
Snippets Groups Projects
Commit 29d6120e authored by amirpasha's avatar amirpasha
Browse files

hot-fix for path variable decleration in DataPreprocess_to_tf.sh

parent ba5012c3
Branches
Tags
No related merge requests found
......@@ -5,4 +5,4 @@ source_dir=/home/${USER}/preprocessedData/
destination_dir=/home/${USER}/preprocessedData/
python ../video_prediction/datasets/era5_dataset_v2.py ${source_dir} ${destination_dir} -vars T2 MSL gph500 -height 128 -width 160 -seq_length 20
python ../video_prediction/datasets/era5_dataset_v2.py ${source_dir}/splits/hickle ${destination_dir}/tf_records -vars T2 MSL gph500 -height 128 -width 160 -seq_length 20
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment