-
Notifications
You must be signed in to change notification settings - Fork 5
Violin pitch extraction and few improvements #98
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
If @venkatKrishnan86 you could also please take a look it would be amazing :) Thanks! |
|
||
def download_model(self, model_path=None): | ||
"""Download pre-trained model.""" | ||
url = "https://drive.google.com/uc?id=1XloLWjnWlTuxOHUF_9fFBRRwNBv-nko-&export=download" |
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.
Oop. What's this? Are we generally storing models on drive?
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.
Looks good feel free to merge if tests pass
In this PR we:
compiam.load_model()
function