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

Implement monitoring for jet quantities #356

Open
jpata opened this issue Oct 19, 2024 · 0 comments
Open

Implement monitoring for jet quantities #356

jpata opened this issue Oct 19, 2024 · 0 comments

Comments

@jpata
Copy link
Owner

jpata commented Oct 19, 2024

Cluster jets for events in the batch, log plots to comet and tensorboard.

We used to do it in TF, but we didn't implement it really in pytorch, because it requires an extra eval step over some significant sample of events (e.g. 1000 events) with jet clustering, which only runs on CPU currently.

A good approach could be to run the code path under args.test==True (https://github.com/jpata/particleflow/blob/main/mlpf/model/training.py#L1028), essentially run_predictions and make_plots for the hardest sample (e.g. cms_pf_qcd for CMS) for ~500 events, for each epoch.

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

No branches or pull requests

1 participant