Skip to content
Snippets Groups Projects
  1. Mar 31, 2024
  2. Mar 27, 2024
  3. Mar 21, 2024
  4. Mar 12, 2024
  5. Mar 04, 2024
    • Sam Young's avatar
      fix confusion matrix wandb callback · 604bb0e5
      Sam Young authored
      604bb0e5
    • Sam Young's avatar
      use h5 files for out dataset instead of directly reading in ROOT · b7c40013
      Sam Young authored
      h5 files containing just the parameters we train our model on is up to 50x smaller than ROOT files (esp for signal/background + pileup samples). `to_root.py` converts these ROOT files to h5 files, applying PT normalization and then "pruning" track lengths to a reasonable amount (~300 is good). The bulk of these huge ROOT files come from the many (order 1000) soft tracks that we will never use anyways.
      b7c40013
Loading