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
647f6380
Commit
647f6380
authored
4 years ago
by
Michael Langguth
Browse files
Options
Downloads
Patches
Plain Diff
Revised print-statements in the module-scripts.
parent
140d7bbe
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
video_prediction_savp/env_setup/modules_preprocess.sh
+1
-1
1 addition, 1 deletion
video_prediction_savp/env_setup/modules_preprocess.sh
video_prediction_savp/env_setup/modules_train.sh
+4
-0
4 additions, 0 deletions
video_prediction_savp/env_setup/modules_train.sh
with
5 additions
and
1 deletion
video_prediction_savp/env_setup/modules_preprocess.sh
+
1
−
1
View file @
647f6380
...
...
@@ -9,7 +9,7 @@
HOST_NAME
=
`
hostname
`
echo
"Start loading modules on
${
HOST_NAME
}
required for preprocessing..."
echo
"
This script is used by
: "
echo
"
modules_preprocess.sh is subject to
: "
echo
"* DataExtraction.sh"
echo
"* DataPreprocess.sh"
...
...
This diff is collapsed.
Click to expand it.
video_prediction_savp/env_setup/modules_train.sh
+
4
−
0
View file @
647f6380
...
...
@@ -9,6 +9,10 @@
HOST_NAME
=
`
hostname
`
echo
"Start loading modules on
${
HOST_NAME
}
..."
echo
"modules_train.sh is subject to: "
echo
"* DataPreprocess_to_tf.sh"
echo
"* train_era5.sh"
echo
"* generate_era5.sh"
module purge
module use
$OTHERSTAGES
...
...
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