ML4GW / aframe

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

Small bug fixes #414

Closed EthanMarx closed 1 year ago

EthanMarx commented 1 year ago
  1. Changes config highpass value for training to point to base.highpass instead of base.minimum_frequency
  2. Fix bug in train project where target tensor was never initialized
  3. adds **kwargs back to train main function for compatibility with trainify wrapper
wbenoit26 commented 1 year ago

Could you also add validator to the list of arguments checked for in wrapper, and remove valid_dataset?