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

module 'tensorflow' has no attribute 'placeholder' error #19

Open
monistan opened this issue Apr 23, 2020 · 1 comment
Open

module 'tensorflow' has no attribute 'placeholder' error #19

monistan opened this issue Apr 23, 2020 · 1 comment

Comments

@monistan
Copy link

Hi,
I keep getting stuck on this error when I try to run train.py
What is going on and how can I fix this?
ELI5 please because I'm new at this.

File "train.py", line 557, in
main()
File "train.py", line 388, in main
silence_threshold=args.silence_threshold)
File "~/audio_reader.py", line 64, in init
self.sample_placeholder = tf.placeholder(dtype=tf.float32, shape=None)
AttributeError: module 'tensorflow' has no attribute 'placeholder'

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