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
4b14784b
Commit
4b14784b
authored
5 years ago
by
Bing Gong
Browse files
Options
Downloads
Patches
Plain Diff
add DataExtraction submission job
parent
149cb231
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
HPC_scripts/DataExtraction.sh
+25
-0
25 additions, 0 deletions
HPC_scripts/DataExtraction.sh
HPC_scripts/generate_era5.sh
+0
-1
0 additions, 1 deletion
HPC_scripts/generate_era5.sh
with
25 additions
and
1 deletion
HPC_scripts/DataExtraction.sh
0 → 100755
+
25
−
0
View file @
4b14784b
#!/bin/bash -x
#SBATCH --account=deepacf
#SBATCH --nodes=1
#SBATCH --ntasks=13
##SBATCH --ntasks-per-node=13
#SBATCH --cpus-per-task=1
#SBATCH --output=pystager-out.%j
#SBATCH --error=pystager-err.%j
#SBATCH --time=00:20:00
#SBATCH --partition=devel
#SBATCH --mail-type=ALL
#SBATCH --mail-user=b.gong@fz-juelich.de
##jutil env activate -p deepacf
module
--force
purge
module use
$OTHERSTAGES
module load Stages/2019a
module addad Intel/2019.3.199-GCC-8.3.0 ParaStationMPI/5.2.2-1
module load h5py/2.9.0-Python-3.6.8
module load mpi4py/3.0.1-Python-3.6.8
#module load mpi4py/3.0.1-Python-3.6.8
srun python mpi_stager_v2.py
--source_dir
/p/fastdata/slmet/slmet111/met_data/ecmwf/era5/nc/2017/
--destination_dir
/p/scratch/deepacf/bing/extractedData
This diff is collapsed.
Click to expand it.
HPC_scripts/generate_era5.sh
+
0
−
1
View file @
4b14784b
...
@@ -20,7 +20,6 @@ module load ParaStationMPI/5.2.2-1
...
@@ -20,7 +20,6 @@ module load ParaStationMPI/5.2.2-1
module load TensorFlow/1.13.1-GPU-Python-3.6.8
module load TensorFlow/1.13.1-GPU-Python-3.6.8
module load netcdf4-python/1.5.0.1-Python-3.6.8
module load netcdf4-python/1.5.0.1-Python-3.6.8
module load h5py/2.9.0-Python-3.6.8
module load h5py/2.9.0-Python-3.6.8
source
mandarine/bin/activate
python scripts/generate_transfer_learning_finetune.py
--input_dir
data/era5_size_64_64_3_norm_dup
--dataset_hparams
sequence_length
=
20
--checkpoint
logs/era5_64_64_3_norm_2016/ours_savp
--mode
test
--results_dir
results_test_samples/era5_size_64_64_3_norm_2016
--batch_size
4
--dataset
era5
python scripts/generate_transfer_learning_finetune.py
--input_dir
data/era5_size_64_64_3_norm_dup
--dataset_hparams
sequence_length
=
20
--checkpoint
logs/era5_64_64_3_norm_2016/ours_savp
--mode
test
--results_dir
results_test_samples/era5_size_64_64_3_norm_2016
--batch_size
4
--dataset
era5
#srun python scripts/train.py --input_dir data/era5 --dataset era5 --model savp --model_hparams_dict hparams/kth/ours_savp/model_hparams.json --output_dir logs/era5/ours_savp
#srun python scripts/train.py --input_dir data/era5 --dataset era5 --model savp --model_hparams_dict hparams/kth/ours_savp/model_hparams.json --output_dir logs/era5/ours_savp
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