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

about load model #2

Open
Entonytang opened this issue Jun 23, 2017 · 5 comments
Open

about load model #2

Entonytang opened this issue Jun 23, 2017 · 5 comments
Assignees

Comments

@Entonytang
Copy link

image
image

how to solve this problem: 'ValueError: Unknown initializer: sqrt_init'

@obilaniu obilaniu self-assigned this Jun 23, 2017
@CedricChing
Copy link

Hello,
Have you solved the problem? The same error occurred to me. How did you solve it?

@obilaniu
Copy link
Collaborator

obilaniu commented Sep 1, 2017

#8 and this one are related. It's a bug that frustratingly keeps on reappearing in all of the versions of this codebase, and moreover conceals another bug in GetImag/GetReal/GetAbs. Let me patch things.

@obilaniu
Copy link
Collaborator

obilaniu commented Sep 1, 2017

@CedricChing Can you confirm that with the latest push, a freshly-started run that is checkpointed and then killed can be reloaded?

You can speed this up by using the minimum number of blocks, --nb 1 or --nb 2 if I recall correctly.

@CedricChing
Copy link

@obilaniu I've solved the problem. The "sqrt_init" initializer of "gamma_diag_initializer" in file "conv.py" is a bug. And the bug (Missing Layer) about GetReal/GetImag confused me for a long time. Luckily, I solved the bug in my way. I've read the latest code. Your solution is much better than mine. THANKS ANYWAY for your reply and your open source code. ^_^

@obilaniu
Copy link
Collaborator

obilaniu commented Sep 2, 2017

@CedricChing Should we close this and the other issue?

LanceNorskog pushed a commit to LanceNorskog/deep_complex_networks that referenced this issue May 30, 2020
Fixes for Python3 and Keras-2.3.1
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

3 participants