tiankong-hut

Results 8 comments of tiankong-hut

The same problem with kirbiz

运行环境:cpu 、采用训练好的模型 测试单个文件: #coding=utf-8 import os import utils from config import Config from model import BiRNN os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' conf = Config() wav_files, text_labels = utils.get_wavs_lables() words_size, words, word_num_map =...

What's your version of python and tensorflow?

add " with tf.variable_scope(tf.get_variable_scope(), reuse=False): " before (in model.py) self.d_opt = d_opt.apply_gradients(avg_d_grads) self.g_opt = g_opt.apply_gradients(avg_g_grads) and run in python 3.4 ,tensorflow 1.0.0

@tbfly I meet the same problem, did you resolve it? Thank you! Traceback (most recent call last): File "/home/human-machine/Speech/deep-voice-conversion-master/train1.py", line 90, in train(logdir='./logdir/default/train1', queue=True) File "/home/human-machine/Speech/deep-voice-conversion-master/train1.py", line 57, in train...

I have resolved my problem , just install ffmpeg.

@boussaffawalid I meet the same problem , did you resolve it? Thank you. 2018-05-17 15:57:18.150601: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available...

I have resolved my problem about "OutOfRangeError: PaddingFIFOQueue '_1_batch/padding_fifo_queue' is closed and has insufficient elements (requested 32, current size 0)" , just install ffmpeg (A complete, cross-platform solution to record,...