You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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), essentiallyrun_predictions
andmake_plots
for the hardest sample (e.g. cms_pf_qcd for CMS) for ~500 events, for each epoch.The text was updated successfully, but these errors were encountered: