-
Notifications
You must be signed in to change notification settings - Fork 150
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
about the unet model #48
Comments
who could translate the model in keras??? |
Here's a unet model in keras style: https://www.dropbox.com/sh/v2rd5fyx1vozvmb/AACuSCNvxozcmx1Z-i4fE6Gka?dl=0 <https://www.dropbox.com/sh/v2rd5fyx1vozvmb/AACuSCNvxozcmx1Z-i4fE6Gka?dl=0>
Model config is inspired by https://ismir2017.smcnus.org/wp-content/uploads/2017/10/171_Paper.pdf <https://ismir2017.smcnus.org/wp-content/uploads/2017/10/171_Paper.pdf>
Hope that helps. Best
/ Joel
… On 1 Oct 2019, at 04:29, Tychee ***@***.***> wrote:
who could translate the model in keras???
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#48?email_source=notifications&email_token=AFPXR7EUUUMWD47QT3VSPBDQMKYYTA5CNFSM4IZHCG4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD77WS7I#issuecomment-536832381>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AFPXR7E5EF2UFKYPO4SOVQLQMKYYTANCNFSM4IZHCG4A>.
|
thx |
Dear and how to get the mask by keras ? |
@jadujoel
self.Y, self.Y_max = self.normalize(X_mags) R U sure ? |
And another question, if U only wanna the 1:513, how to restore the signal ?
it's not right!! |
hi,
who has got success by using the unet model in model_unet.py and train_unet.py,
any one could help me to get the unet model,sorry, it's a little difficult to understand the ##
how to get the unet version ?
And the unet need the RNN ???
who can give me the script in py ?
thx
The text was updated successfully, but these errors were encountered: