JoeyHeisenberg

Results 11 comments of JoeyHeisenberg

sorry for the late response. and I git clone it just last week, here is the result of "git log" ![image](https://user-images.githubusercontent.com/33407667/83370833-1ac94580-a3f3-11ea-9b94-97a2349f86d2.png) @Jeevesh8

@Jeevesh8 I add the "print" code to run, and here was the results ![image](https://user-images.githubusercontent.com/33407667/83401453-61d92a00-a437-11ea-8594-24d64ad78ed3.png) 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 ![image](https://user-images.githubusercontent.com/33407667/83413148-ed5db580-a44d-11ea-847d-53e8fef59cb7.png)

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...

![image](https://user-images.githubusercontent.com/33407667/83471281-e28b3b00-a4b6-11ea-8f64-e80edd70d88d.png)

The loss seems so large, and The alignment is bad ![image](https://user-images.githubusercontent.com/33407667/84025236-c9562300-a9bd-11ea-8f4b-c57768416960.png) ![image](https://user-images.githubusercontent.com/33407667/84025193-b2173580-a9bd-11ea-9f32-071a050a5285.png) ![image](https://user-images.githubusercontent.com/33407667/84025214-bc393400-a9bd-11ea-9554-556377a7bbdd.png) I tried to generate some wavs but failed ![image](https://user-images.githubusercontent.com/33407667/84026537-16d38f80-a9c0-11ea-8525-d3ae81272282.png)

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 ![image](https://user-images.githubusercontent.com/33407667/84112875-230d2a80-aa5c-11ea-8a07-3b0985f690e0.png) 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 ![image](https://user-images.githubusercontent.com/33407667/84354525-9bf2ba80-abf3-11ea-966f-8988026cb105.png) and about the silent parts at the beginning and end, I actually set "start0" and "end0" for them,...