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: Unknown initializer: GlorotUniform #104

Open
HoraceLee opened this issue Dec 21, 2019 · 2 comments
Open

ValueError: Unknown initializer: GlorotUniform #104

HoraceLee opened this issue Dec 21, 2019 · 2 comments

Comments

@HoraceLee
Copy link

ValueError: Unknown initializer: GlorotUniform

@ai-gamer
Copy link

ai-gamer commented Feb 9, 2020

I got the same error here. Have you figure out how to solve it?

@jingxuan9862
Copy link

replace the model = keras.models.load_model(input_model_path) with
tf.keras.models.load_model(input_model_path)

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