-
Notifications
You must be signed in to change notification settings - Fork 0
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
Guitar to Multi Hot Piano #6
Comments
There are multiple ways to achieve this:
Let's try both. But then, how should this be evaluated? The training part is easy, cause the network will progress with the loss function, however real evaluation is a bit heavy. At first all evaluation should be ditched, only the training loss will matter and the plots with logits and the ground truth. |
This log-sum-exp trick may be helpful for enhancing the loss function with sigmoid.. but first, how to apply sigmoid with EDIT: it seems that using |
No ground truth plotting and no real metrics yet. Just loss. related to: #6
No ground truth plotting and no real metrics yet. Just loss. related to: #6
1st approach is partially implemented, plotting should not show any ground truth yet, and the only metric tested is the loss coming from the loss function. It's a small step forward! |
No ground truth plotting and no real metrics yet. Just loss. related to: #6
So how should I go about the post-processing? Here's one way, simply by finding up to 6 peaks, cause |
Instead of using 6* 1440 bins on the output use one vector that will represent all string together. With that in mind use below as well:
Work work work!
The text was updated successfully, but these errors were encountered: