ctlearn-project / ctlearn

Deep Learning for IACT Event Reconstruction
BSD 3-Clause "New" or "Revised" License
52 stars 43 forks source link

Use DL1DataHandler for data loading #115

Closed aribrill closed 5 years ago

aribrill commented 5 years ago

Replace the classes currently used for data loading (DataLoader, DataProcessor, and ImageMapper) with the updated version in the DL1DataHandler package. This package was designed to fix the problems noted in and so resolve #82. It also fixes #46 and closes #73 as no longer needed. This issue involves the follow steps:

aribrill commented 5 years ago

I think that calculation of the loss for multiple labels is best handled separately, so I've made another issue for it #118.