HEP-KBFI / ml-tau-en-reg

Reconstructing tau leptons using various machine learning techniques
GNU General Public License v3.0
0 stars 1 forks source link

Dataloader unnecessary in simple DNN_dataset.py function process_jets #11

Closed nseeba closed 4 months ago

nseeba commented 5 months ago

https://github.com/HEP-KBFI/ml-tau-en-reg/blob/1de2af92c40320b1b0d7306c6075e37d04437580/enreg/tools/data_management/simpleDNN_dataset.py#L142-L149

The dataloader part here seems to be unnecessary.

jpata commented 4 months ago

Fixed here: https://github.com/HEP-KBFI/ml-tau-en-reg/commit/19ffcd99b82dee9faccae60d5b55ec8b44a9554f#diff-95355f27a76734afe03d7d8db812ea1d6c5b29e437ee0bdf52e0ebe12aa8391fR146