ctlearn-project / ctlearn

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

Define and calculate the loss for multiple labels #118

Closed aribrill closed 3 years ago

aribrill commented 5 years ago

Provide the functionality in the model_fn in run_model.py to calculate the loss when multiple labels are provided. This is a prerequisite for multi-task learning. The method for combining the losses for the different tasks could be configurable. This is best done after #117 is merged.

aribrill commented 3 years ago

Closed by #132.