DeepLearningExamples
DeepLearningExamples copied to clipboard
State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
I would like to ask two questions about Tacotron 2: - Is it possible to synthesize speech with it in any other language than english? If yes, how? - Is...
Hey, I try to use your framework to pretrain a BERT model from scratch. I have only access to powerful GPUs that are within a SLURM cluster, which means I...
Related to Model/Framework(s) The training script is from https://github.com/NVIDIA/DeepLearningExamples/blob/master/TensorFlow/Classification/RN50v1.5/main.py Describe the bug I am trying to run the code on **multinode** , **mutigpu** , the steps mentioned in the documentation...
Related to HifiGAN and more. After some research I found out that initialization has no effect after weight_norm, I think it is possible to improve a lot on the bad...
Hi, I am planning to pretrain a German Bert model with own data from scratch. Before I do this with your library, I like to make sure that it is...
Related to **Model/Framework(s)** *(e.g. GNMT/PyTorch or FasterTransformer/All)* **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Install '...'...
Related to **ELECTRA/TensorFlow2** **Describe the bug** The README file includes info about the _warmup_ steps, but it describes it as a _percentage_ whilst also showing a default value that is...
Related to **ELECTRA/TensorFlow2** **Describe the bug** When running the pretraining as root@biber:/workspace/electra# bash scripts/run_pretraining.sh $(source scripts/configs/pretrain_config.sh && dgxa100_1gpu_amp) there are a lot of Warning messages output to _stderr_. These may...
Related to **Bert/Pytorch** **Describe the bug** This is not a bug but a question. I'm wondering what's the difference between `data_download.sh` and `create_dataset_from scratch.sh`? In `README.md` the suggested way to...
Related to **ELECTRA/TensorFlow2** **Describe the bug** (1) The README.md includes a link "Getting Started Using NVIDIA GPU Cloud" to https://docs.nvidia.com/ngc/ngc-getting-started-guide/index.html but from the file this displays as simply _403 Forbidden_...