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

Update train_model_era5_template.sh

parent ac163049
No related branches found
No related tags found
No related merge requests found
Pipeline #93341 failed
...@@ -6,9 +6,9 @@ VIRT_ENV_NAME=venv_test ...@@ -6,9 +6,9 @@ VIRT_ENV_NAME=venv_test
echo "Activating virtual environment..." echo "Activating virtual environment..."
source ../virtual_envs/${VIRT_ENV_NAME}/bin/activate source ../virtual_envs/${VIRT_ENV_NAME}/bin/activate
# the source directory contains the tfrecords # the source directory contains the tfrecords from data preprocessing step 2
source_dir=/home/b.gong/preprocessed_data-40x40-990N2010E-2t/tfrecords source_dir=/path/to/tfrecords
destination_dir=/home/b.gong/model2/ destination_dir=/path/to/output/directory
#select models #select models
model=savp model=savp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment