-
Notifications
You must be signed in to change notification settings - Fork 427
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
Add a colab notebook demo, and a separate script. Support from_pretrained for easier use. #668
Conversation
Looks good. Can you use pre-commit please ? |
hi, do you have a link to how to use pre-commit? never used it before
On Sun, May 28, 2023 at 00:48 Pariente Manuel ***@***.***> wrote:
Looks good.
Can you use pre-commit please ?
—
Reply to this email directly, view it on GitHub
<#668 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF2C6G7FI3IB56ZDQGP3EJTXIIV6JANCNFSM6AAAAAAYP5BD6I>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Joseph Zhu
|
You can check here : https://github.com/asteroid-team/asteroid/blob/master/CONTRIBUTING.md#coding-style |
I think the "pre-commit" hyperlink in the page linked above doesn't work, but I just ran
under asteroid root |
The PR has 64 files changed now. SO no, it's not ok. Run it on the files you modified only. |
And only python files. |
k, I ran
instead. Hope this is correct. |
torchaudio.save(f"outputs/{i}.wav", source[None], sample_rate) | ||
|
||
print( | ||
"Thank you for using Multi-Decoder-DPRNN to separate your mixture files. Please support our work by citing our paper: http://www.isle.illinois.edu/speech_web_lg/pubs/2021/zhu2021multi.pdf" |
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 line looks too long.
Can you cut the print in half.
Otherwise, the rest is good.
ok, i cut it in half |
People have been contacting me about not having a pytorch_model.bin file, so I made one, now this model can be loaded with a one-liner