-
Notifications
You must be signed in to change notification settings - Fork 16
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
Input error when running uformer.py #3
Comments
Thank you so much for your attention. |
Sure, here is the full output:
|
By the way, I am just executing
Is there something wrong with the input perhaps? |
Yes please wait a moment. I'm checking. Your finding is really valuable. |
Thank you so much for your significant findings. I found there are some version control problems in my code. I've already made some major modifications to my code, so please download it again. Since I rewrite some codes in a limited time, so do not hesitate to contact me if you find out any error or have any confusion. BTW, I changed some of the ideas of my code which are a little bit different from the paper since I found out that these changes may be better. |
Thanks so much for your answer. You are one of a kind person, thanks a lot for your time and your work! I cloned the repo and seems these are missing: BTW, I see your commit message "modify from 48k model to 16k model", is this parameter specifically set somewhere? If I need 12k, where do you set this? |
Thank you. I've updated these missed codes. Please also kindly inform me if you find any other error. |
Thank you, it seems to be working now! Will keep exploring the repo and let you know any findings! BTW, I couldn't spot a |
Good news! Thank you again for your kind reminder. |
Thanks for your hints, will definitely take a look into them! Thanks again for your time and kind responses, much appreciated. Will let you know if I have any observations. Keep up the good work. |
The paper is one of the best out there, congrats!
I am trying to run
uformer.py
but I get the following error:RuntimeError: Given normalized_shape=[12], expected input with shape [*, 12], but got input of size[10, 64, 2, 749, 5]
Am I missing something here?
The text was updated successfully, but these errors were encountered: