Kyubyong/dc_tts

AttributeError when running train.py 1

Traincraft101 opened this issue · 4 comments

I keep getting this error:
C:\Python36\dc_tts-master>python train.py 1
2019-11-03 15:55:08.766811: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
Traceback (most recent call last):
File "train.py", line 141, in
g = Graph(num=num); print("Training Graph loaded")
File "train.py", line 40, in init
self.L, self.mels, self.mags, self.fnames, self.num_batch = get_batch()
File "C:\Python36\dc_tts-master\data_load.py", line 99, in get_batch
fpath, text_length, text = tf.train.slice_input_producer([fpaths, text_lengths, texts], shuffle=True)
AttributeError: module 'tensorflow_core._api.v2.train' has no attribute 'slice_input_producer'

solved

how did you solved it ?

how did you solved it ?

I wish I knew but I completely forget, it's been so long