Skip to content
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

ValueError: Layer p_re_lu weight shape (1, 1, 32) is not compatible with provided weight shape (32, 1, 1). #47

Closed
liziru opened this issue Jun 10, 2023 · 3 comments

Comments

@liziru
Copy link

liziru commented Jun 10, 2023

image
image
My model is a unet+crn arch, any advice to solve this error?

@MPolaris
Copy link
Owner

you can debug layers\activations_layers.py #63-#75 lines.

MPolaris added a commit that referenced this issue Jun 11, 2023
@liziru
Copy link
Author

liziru commented Jun 12, 2023

you can debug layers\activations_layers.py #63-#75 lines.

感谢,已解决,但发现KeyError: 'LSTM not implemented yet'问题,有没有支持lstm、gru的计划啊?

@MPolaris
Copy link
Owner

目前没有计划,你可以自己尝试添加。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants