SampleRNN icon indicating copy to clipboard operation
SampleRNN copied to clipboard

module 'tensorflow' has no attribute 'placeholder' error

Open monistan opened this issue 4 years ago • 1 comments

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'

monistan avatar Apr 23 '20 12:04 monistan