-
Notifications
You must be signed in to change notification settings - Fork 23
Cleanup train project #410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a3752f7 to
cb8f567
Compare
|
@EthanMarx Bump on this |
| return int(self.hparams.fduration * self.hparams.sample_rate) | ||
|
|
||
| @property | ||
| def left_pad_size(self) -> int: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the user still specifies left_pad which means the spacing from the whitened kernel right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that's correct.
EthanMarx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great - tons of nice fixes and generalizations we've needed.
A lot of this was inspired by Bhavyas issues using BNS waveforms right?
|
Yeah, the fixes in |
Addresses a couple of edge cases and cleans up some of the training code. @EthanMarx This is based on #409, so once that's merged in this can follow.