Loaded encoder "pretrained.pt" trained to step 1564501 ALSA lib pcm.c:8526:(snd_pcm_recover) underrun occurred Found synthesizer "pretrained" trained to step 278000 Constructing model: Tacotron WARNING:tensorflow: The TensorFlow contrib module will not be included in TensorFlow 2.0. For more information, please see: * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md * https://github.com/tensorflow/addons * https://github.com/tensorflow/io (for I/O related ops) If you depend on functionality not listed there, please file an issue. WARNING:tensorflow:From /home/knucklesfan/Documents/Real-Time-Voice-Cloning/synthesizer/models/modules.py:423: conv1d (from tensorflow.python.layers.convolutional) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.keras.layers.Conv1D` instead. WARNING:tensorflow:From /home/knucklesfan/miniconda3/envs/tensorflow_improved/lib/python3.7/site-packages/tensorflow_core/python/layers/convolutional.py:218: Layer.apply (from tensorflow.python.keras.engine.base_layer) is deprecated and will be removed in a future version. Instructions for updating: Please use `layer.__call__` method instead. WARNING:tensorflow:From /home/knucklesfan/Documents/Real-Time-Voice-Cloning/synthesizer/models/modules.py:424: batch_normalization (from tensorflow.python.layers.normalization) is deprecated and will be removed in a future version. Instructions for updating: Use keras.layers.BatchNormalization instead. In particular, `tf.control_dependencies(tf.GraphKeys.UPDATE_OPS)` should not be used (consult the `tf.keras.layers.batch_normalization` documentation). WARNING:tensorflow:From /home/knucklesfan/Documents/Real-Time-Voice-Cloning/synthesizer/models/modules.py:427: dropout (from tensorflow.python.layers.core) is deprecated and will be removed in a future version. Instructions for updating: Use keras.layers.dropout instead. WARNING:tensorflow:From /home/knucklesfan/Documents/Real-Time-Voice-Cloning/synthesizer/models/modules.py:238: bidirectional_dynamic_rnn (from tensorflow.python.ops.rnn) is deprecated and will be removed in a future version. Instructions for updating: Please use `keras.layers.Bidirectional(keras.layers.RNN(cell))`, which is equivalent to this API WARNING:tensorflow:From /home/knucklesfan/miniconda3/envs/tensorflow_improved/lib/python3.7/site-packages/tensorflow_core/python/ops/rnn.py:464: dynamic_rnn (from tensorflow.python.ops.rnn) is deprecated and will be removed in a future version. Instructions for updating: Please use `keras.layers.RNN(cell)`, which is equivalent to this API WARNING:tensorflow:From /home/knucklesfan/miniconda3/envs/tensorflow_improved/lib/python3.7/site-packages/tensorflow_core/contrib/rnn/python/ops/lstm_ops.py:360: Layer.add_variable (from tensorflow.python.keras.engine.base_layer) is deprecated and will be removed in a future version. Instructions for updating: Please use `layer.add_weight` method instead. WARNING:tensorflow:From /home/knucklesfan/miniconda3/envs/tensorflow_improved/lib/python3.7/site-packages/tensorflow_core/python/ops/rnn.py:244: where (from tensorflow.python.ops.array_ops) is deprecated and will be removed in a future version. Instructions for updating: Use tf.where in 2.0, which has the same broadcast rule as np.where WARNING:tensorflow:From /home/knucklesfan/Documents/Real-Time-Voice-Cloning/synthesizer/models/modules.py:307: MultiRNNCell.__init__ (from tensorflow.python.ops.rnn_cell_impl) is deprecated and will be removed in a future version. Instructions for updating: This class is equivalent as tf.keras.layers.StackedRNNCells, and will be replaced by that in Tensorflow 2.0. WARNING:tensorflow:From /home/knucklesfan/Documents/Real-Time-Voice-Cloning/synthesizer/models/modules.py:271: dense (from tensorflow.python.layers.core) is deprecated and will be removed in a future version. Instructions for updating: Use keras.layers.Dense instead. initialisation done /gpu:0 Initialized Tacotron model. Dimensions (? = dynamic shape): Train mode: False Eval mode: False GTA mode: False Synthesis mode: True Input: (?, ?) device: 0 embedding: (?, ?, 512) enc conv out: (?, ?, 512) encoder out (cond): (?, ?, 768) decoder out: (?, ?, 80) residual out: (?, ?, 512) projected residual out: (?, ?, 80) mel out: (?, ?, 80) out: (?, ?) Tacotron Parameters 28.439 Million. Loading checkpoint: synthesizer/saved_models/logs-pretrained/taco_pretrained/tacotron_model.ckpt-278000 2020-05-08 14:08:16.712191: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA 2020-05-08 14:08:16.744747: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 3799960000 Hz 2020-05-08 14:08:16.745491: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x5629acf07920 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2020-05-08 14:08:16.745518: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version 2020-05-08 14:08:16.749186: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory 2020-05-08 14:08:16.749533: E tensorflow/stream_executor/cuda/cuda_driver.cc:318] failed call to cuInit: UNKNOWN ERROR (303) 2020-05-08 14:08:16.749563: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (knucklesfan-MS-7C02): /proc/driver/nvidia/version does not exist Building Wave-RNN Trainable Parameters: 4.481M Loading model weights at vocoder/saved_models/pretrained/pretrained.pt Segmentation fault (core dumped)