熊诗锌
熊诗锌
错误信息 python版本3.6.7 tensorflow版本1.10.0 ====== Loading checkpoint: /tmp/tacotron-20180906/model.ckpt Traceback (most recent call last): File "/root/anaconda3/envs/python3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1278, in _do_call return fn(*args) File "/root/anaconda3/envs/python3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1263, in _run_fn options, feed_dict, fetch_list, target_list,...
我执行的是python3 demo_server.py --checkpoint /tmp/tacotron-20180906/model.ckpt python版本3.6.7 tensorflow-gpu版本1.8.0 cudatoolkit 8.0 cudnn 6.0.21 ==================== Loading checkpoint: /tmp/tacotron-20170720/model.ckpt Traceback (most recent call last): File "/root/anaconda3/envs/python3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1322, in _do_call return fn(*args) File "/root/anaconda3/envs/python3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line...
还是上面那个环境 我执行python3 preprocess.py --dataset thchs30 报错 ================================== (tensorflow) root@udows-Z9PA-U8-Series-Invalid-entry-length-16-Fixed-up-to-11:~/tacotron# python3 preprocess.py --dataset thchs30 0it [00:00, ?it/s] Wrote 0 utterances, 0 frames (0.00 hours) Traceback (most recent call last): File "preprocess.py",...
忽略报错执行 python3 train.py --name thchs30 ========================================== (tensorflow) root@udows-Z9PA-U8-Series-Invalid-entry-length-16-Fixed-up-to-11:~/tacotron# python3 train.py --name thchs30 Checkpoint path: ./logs-thchs30/model.ckpt Loading training data from: ./training/train.txt Using model: tacotron Hyperparameters: adam_beta1: 0.9 adam_beta2: 0.999 attention_depth: 128...
有人能帮我解释下么