ML4GW / aframe

Detecting binary black hole mergers in LIGO with neural networks
MIT License
18 stars 17 forks source link

Change padding in validation metric to match training #467

Closed wbenoit26 closed 6 months ago

wbenoit26 commented 9 months ago

Currently, during validation, waveforms are injected with their coalescence a minimum of 0.1 seconds from the kernel edge. This padding should be tied to the trigger_distance argument so that we have the same padding for training and validation.

wbenoit26 commented 6 months ago

I somehow missed that we've always been passing trigger_distance to the Validator