Skip to content

Commit

Permalink
regenerating configs with v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vuillaut committed Sep 18, 2024
1 parent 48ef09a commit 6ddf9b5
Show file tree
Hide file tree
Showing 32 changed files with 264,102 additions and 333,684 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ Production for all declination bands with a NSB-wise grid using the following pa
The GammaDiffuse dataset has been divided into training and test datasets with a 50-50% ratio.

```
lstmcpipe_generate_nsb_levels_configs -c PathConfigAllSkyFullSplitDiffuse --nsb 0.0 0.07 0.14 0.22 0.38 0.50 0.81 1.25 1.76 2.34
find . -name 'lstmcpipe*.yml' -exec sed -i 's/2024-09-09/20240909/g' {} +
lstmcpipe_generate_nsb_levels_configs -c PathConfigAllSkyFullSplitDiffuse --nsb 0.0 0.07 0.14 0.22 0.38 0.50 0.81 1.25 1.76 2.34 -pid 20240918_v0.10.12
python add_slurm_options.py
```
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def add_slurm_options(config_file):
elif stage_name == 'train_pipe':
slurm_options['time'] = '02-00:00:00'
elif stage_name == 'dl1ab':
slurm_options['time'] = '04:00:00'
slurm_options['time'] = '08:00:00'
elif stage_name == 'merge_dl1' and ('GammaDiffuse' in step['input'] or 'Protons' in step['input']):
slurm_options['time'] = '08:00:00'
else:
Expand Down

0 comments on commit 6ddf9b5

Please sign in to comment.