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

nn.Sequential fix #13

Merged
merged 2 commits into from
Mar 25, 2024
Merged

nn.Sequential fix #13

merged 2 commits into from
Mar 25, 2024

Conversation

AdamDHines
Copy link
Collaborator

Realised two acivation functions included in the nn.Sequential (ReLU and Hardtanh). ReLU unnecessary and was damaging performance so removed and kept the Hardtanh to clip spikes within [0, 1] range. Tested both VPRTempo and VPRTempoQuant, all works as it should be.

Updated README.md to include @inproceedings for the citation. Removed information about custom datasets which hasn't yet been completed.

@AdamDHines AdamDHines merged commit de22e07 into main Mar 25, 2024
@AdamDHines AdamDHines deleted the sequential branch March 25, 2024 00:08
AdamDHines added a commit that referenced this pull request Jul 13, 2024
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.

1 participant