NVIDIA / tacotron2

Tacotron 2 - PyTorch implementation with faster-than-realtime inference
BSD 3-Clause "New" or "Revised" License
5.04k stars 1.37k forks source link

need Help with training indic dataset #472

Open Syed044 opened 3 years ago

Syed044 commented 3 years ago

Hi,

I m new to deep learning, I need to understand 3 things from this project. Please excuse my clumsy question but I need to know the answers.

  1. can I train on my own dataset which is hindi language and text is in latin.( hindi written in english)
  2. python train.py --output_directory=outdir --log_directory=logdir ( what path for the dataset? where do i define the path for my dataset?)
  3. after completing the training which I m assuming it will give me checkpoint file. how do use it or get pretrainned.pt flile?

I m new to this so I need to understand, last question. I've 2 rtx3090 with nvlink and i m using windows 10 and anaconda how do i use both the gpu to train.

Please answer these question.

Regards, Sid

Syed044 commented 3 years ago

really no one from contributors can answer a simple question? these are still rocket science for me but really no one to answer?

Deerzh commented 2 years ago

I also don' know how to set the dataset path after I download the dataset!