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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
AMBS
Commits
dc48e4a9
Commit
dc48e4a9
authored
Sep 4, 2020
by
stadtler1
Browse files
Options
Downloads
Patches
Plain Diff
Some changes in the way how we define the directory, I guess we want to keep this.
parent
49768bb5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
video_prediction_savp/HPC_scripts/train_movingmnist.sh
+4
-4
4 additions, 4 deletions
video_prediction_savp/HPC_scripts/train_movingmnist.sh
with
4 additions
and
4 deletions
video_prediction_savp/HPC_scripts/train_movingmnist.sh
+
4
−
4
View file @
dc48e4a9
...
@@ -6,9 +6,9 @@
...
@@ -6,9 +6,9 @@
#SBATCH --cpus-per-task=1
#SBATCH --cpus-per-task=1
#SBATCH --output=train_moving_mnist-out.%j
#SBATCH --output=train_moving_mnist-out.%j
#SBATCH --error=train_moving_mnist-err.%j
#SBATCH --error=train_moving_mnist-err.%j
#SBATCH --time=
0
0:
2
0:00
#SBATCH --time=
1
0:
0
0:00
#SBATCH --gres=gpu:1
#SBATCH --gres=gpu:1
#SBATCH --partition=
devel
gpus
#SBATCH --partition=gpus
#SBATCH --mail-type=ALL
#SBATCH --mail-type=ALL
#SBATCH --mail-user=s.stadtler@fz-juelich.de
#SBATCH --mail-user=s.stadtler@fz-juelich.de
##jutil env activate -p cjjsc42
##jutil env activate -p cjjsc42
...
@@ -32,7 +32,6 @@ fi
...
@@ -32,7 +32,6 @@ fi
# declare directory-variables which will be modified appropriately during Preprocessing (invoked by mpi_split_data_multi_years.py)
# declare directory-variables which will be modified appropriately during Preprocessing (invoked by mpi_split_data_multi_years.py)
source_dir
=
/p/project/deepacf/deeprain/video_prediction_shared_folder/preprocessedData/moving_mnist
source_dir
=
/p/project/deepacf/deeprain/video_prediction_shared_folder/preprocessedData/moving_mnist
destination_dir
=
/p/project/deepacf/deeprain/video_prediction_shared_folder/models/moving_mnist
destination_dir
=
/p/project/deepacf/deeprain/video_prediction_shared_folder/models/moving_mnist
...
@@ -40,8 +39,9 @@ destination_dir=/p/project/deepacf/deeprain/video_prediction_shared_folder/model
...
@@ -40,8 +39,9 @@ destination_dir=/p/project/deepacf/deeprain/video_prediction_shared_folder/model
model
=
convLSTM
model
=
convLSTM
dataset
=
moving_mnist
dataset
=
moving_mnist
model_hparams
=
../hparams/
${
dataset
}
/
${
model
}
/model_hparams.json
model_hparams
=
../hparams/
${
dataset
}
/
${
model
}
/model_hparams.json
destination_dir
=
${
destination_dir
}
/
${
model
}
/
"
$(
date
+
"%Y%m%dT%H%M"
)
_"
$USER
""
# rund training
# rund training
srun python ../scripts/train_dummy.py
--input_dir
${
source_dir
}
/tfrecords/
--dataset
moving_mnist
--model
${
model
}
--model_hparams_dict
${
model_hparams
}
--output_dir
${
destination_dir
}
/
${
model
}
_bing_20200902/
srun python ../scripts/train_dummy.py
--input_dir
${
source_dir
}
/tfrecords/
--dataset
moving_mnist
--model
${
model
}
--model_hparams_dict
${
model_hparams
}
--output_dir
${
destination_dir
}
/
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