Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
AMBS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
AMBS
Commits
900567f9
Commit
900567f9
authored
4 years ago
by
Michael Langguth
Browse files
Options
Downloads
Patches
Plain Diff
Coorect preprocess_data_era5_step2_template.sh
.
parent
7e3a5825
No related branches found
No related tags found
No related merge requests found
Pipeline
#59738
passed
4 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
video_prediction_tools/HPC_scripts/preprocess_data_era5_step2_template.sh
+5
-3
5 additions, 3 deletions
..._tools/HPC_scripts/preprocess_data_era5_step2_template.sh
with
5 additions
and
3 deletions
video_prediction_tools/HPC_scripts/preprocess_data_era5_step2_template.sh
+
5
−
3
View file @
900567f9
...
...
@@ -33,9 +33,11 @@ if [ -z ${VIRTUAL_ENV} ]; then
fi
# declare directory-variables which will be modified by config_runscript.py
base_dir
=
/my/path/to/base/dir/
source_dir
=
/my/path/to/pkl/files/
destination_dir
=
/my/path/to/tfrecords/files
sequence_length
=
20
sequences_per_file
=
10
# run Preprocessing (step 2 where Tf-records are generated)
srun python ../main_scripts/main_preprocess_data_step2.py
-
bas
e_dir
${
bas
e_dir
}
-sequence_length
${
sequence_length
}
\
-sequences_per_file
${
sequences_per_file
}
srun python ../main_scripts/main_preprocess_data_step2.py
-
sourc
e_dir
${
sourc
e_dir
}
-dest_dir
${
destination_dir
}
\
-sequence_length
${
sequence_length
}
-sequences_per_file
${
sequences_per_file
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment