JoeyHeisenberg
JoeyHeisenberg
sorry for the late response. and I git clone it just last week, here is the result of "git log"  @Jeevesh8
@Jeevesh8 I add the "print" code to run, and here was the results  and I git pull the lastest code, but I got this error Traceback (most recent call...
I reduce the learning rate from 1e-3 to 1e-4 and reduce the batchsize to 16, so far so good. @Jeevesh8 
THX for helpping,and the model is stilling training;and the model is trained by the Chinese dataset and EN dataset,sorry for that I can't share the learned weights cause I use...

The loss seems so large, and The alignment is bad    I tried to generate some wavs but failed 
It didn‘t sythesize the rensonable wavs (with my dataset), and I stuck with other project. I'll send the results if I make any progress
I loaded the checkpoint-97000 model, and It didn't sythesize the was, Here is the figure of mel_outputs, mel_outputs_postnet, alignments  Here is the val loss , it stuck at around...
@singhaki I set it on 3 GPUs CUDA_VISIBLE_DEVICES=0,1,2 nohup python -u multiproc train.py --output_directory=outdir --log_directory=logdir --n_gpus=3 --hparams=distributed_run=True > log_tacotron2_v2.file 2>&1 & @Jeevesh8 Here is the mel target and mel predicted...
I check the audio, and data scale is int16 as follows  and about the silent parts at the beginning and end, I actually set "start0" and "end0" for them,...