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

lpcnet mdense.py import bug ? #11

Open
coderLong opened this issue Nov 15, 2019 · 0 comments
Open

lpcnet mdense.py import bug ? #11

coderLong opened this issue Nov 15, 2019 · 0 comments

Comments

@coderLong
Copy link

coderLong commented Nov 15, 2019

from keras.layers import activations, initializers, regularizers, constraints, InputSpec

will get err massege, then I change it to
from keras import activations, initializers, regularizers, constraints
from keras.layers InputSpec

it works

@coderLong coderLong changed the title what is the requirement for lpcnet ? lpcnet mdense.py import bug ? Nov 15, 2019
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

1 participant