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

correct path in DataPreprocess_to_tf.sh

parent 1c91ffbf
No related branches found
No related tags found
No related merge requests found
Pipeline #39289 failed
......@@ -5,4 +5,4 @@ source_dir=/home/${USER}/preprocessedData/
destination_dir=/home/${USER}/preprocessedData/
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
python ../video_prediction/datasets/era5_dataset_v2.py ${source_dir}/hickle/splits ${destination_dir}/tfrecords -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