Skip to content
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

hop_size is back #68

Closed
wants to merge 1 commit into from
Closed

hop_size is back #68

wants to merge 1 commit into from

Conversation

turian
Copy link
Contributor

@turian turian commented Jun 19, 2021

No description provided.

@turian turian requested a review from jorshi June 19, 2021 17:44
Copy link
Contributor

@jorshi jorshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good -- I know this is going to change based on API updates. But maybe we merge this since the hop_size will be helpful here, and then add all baseline updates in a new PR?

@@ -133,7 +132,7 @@ def frame_audio(
def get_audio_embedding(
audio: Tensor,
model: torch.nn.Module,
frame_rate: float,
hop_size: float,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since discussions to allow hop_size to be defined by participants, let's just assign a default value for this? Say 25ms?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also do we want this value to be in ms as opposed to seconds?

@jorshi
Copy link
Contributor

jorshi commented Jul 20, 2021

@turian -- should we pull out all the models from this repo since we have the separate repo for the baseline now?

@turian
Copy link
Contributor Author

turian commented Jul 20, 2021

@jorshi "should we pull out all the models from this repo since we have the separate repo for the baseline now?" yeah

@jorshi
Copy link
Contributor

jorshi commented Jul 20, 2021

Closing this since the baseline has been moved to a new repo

@jorshi jorshi closed this Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants