ML4GW / deepcleanv2

0 stars 6 forks source link

Various fixes from hackathon #10

Closed alecgunny closed 2 months ago

alecgunny commented 2 months ago

You can see results from a successful run of this model here. This should bring the training from this repo into full parity with the origina deepclean_prod training.

IMPORTANT NOTE: You'll want to load the best validation weights in at test time, right now it looks like you're just taking last.ckpt but this isn't what you want. You have a few options here:

SECOND IMPORTANT NOTE: These changes came in parallel to #8 , which in light of these fixes probably should be reverted before merging since it incorrectly diagnosed the source of issues we were seeing with test performance.