Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First NDLAr Configuration File #1

Merged

Conversation

alexbooth92
Copy link

Adding first NDLAr configuration file for running at NERSC. This configuration is an adaptation of 2x2_full_chain_flash_240819.cfg with a NERSC weights path and several tweaks made by Kazu to get it up and running for NDLAr. The diff of the 2x2 config and this new config is below. It has been tested in MicroProdN1.1. Note that the weights in the 2x2 config were already out of date in spine_prod at the time of doing the diff which is why the weight file name and not just the path changes.

> diff ndlar_full_chain_flash_nersc_240819.cfg ../2x2/2x2_full_chain_flash_240819.cfg 
16c16
<     batch_size: 16
---
>     batch_size: 64
18c18
<     num_workers: 4
---
>     num_workers: 8
94c94
<   weight_path: /global/cfs/cdirs/dune/www/data/2x2/simulation/mlreco_weights/2x2_240819_snapshot.ckpt
---
>   weight_path: /sdf/data/neutrino/2x2/spine/train/mpvmpr_v2/weights/full_chain/default/snapshot-3999.ckpt
171c171
<           spatial_size: 31231
---
>           spatial_size: 320
210c210
<         max_length: [340, 0, 340, 340, 0, 0, 0, 17, 0, 17]
---
>         max_length: [500, 0, 500, 500, 0, 0, 0, 25, 0, 25]
279c279
<         max_length: 67
---
>         max_length: 100
341c341
<         max_length: [340, 340, 0, 0, 17, 17, 17, 0, 0, 0]
---
>         max_length: [500, 500, 0, 0, 25, 25, 25, 0, 0, 0]

@alexbooth92 alexbooth92 marked this pull request as ready for review September 5, 2024 21:00
Copy link
Contributor

@francois-drielsma francois-drielsma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple of minor changes but otherwise it looks good to me!

config/ndlar/ndlar_full_chain_flash_nersc_240819.cfg Outdated Show resolved Hide resolved
config/ndlar/ndlar_full_chain_flash_nersc_240819.cfg Outdated Show resolved Hide resolved
@francois-drielsma francois-drielsma merged commit 7989505 into DeepLearnPhysics:main Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants