DeepLearningExamples icon indicating copy to clipboard operation
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.

Results 255 DeepLearningExamples issues
Sort by recently updated
recently updated
newest added

# Issue The original statement (at line 115 of [numbers.py](PyTorch/SpeechSynthesis/FastPitch/common/text/numerical.py)) of: ```python if number > 1000 < 10000 and (number % 100 == 0) and (number % 1000 != 0):...

@GrzegorzKarchNV @alancucki Hey I am looking to convert Fast Pitch and HiFi Gan to ONNX mainly because PyTorch is a huge dependency and I need this packaged more efficiently. Are...

enhancement

Related to [pyTorch/nnUnet] **Describe the bug** When I run "python scripts/inference.py --data /data/01_3d/val --dim 3 --fold 0 --ckpt_path --amp --tta --save_preds", the program reported a bug "TypeError: Illegal pipeline output...

bug

When i add some additional labels, into the jasper10x5dr_speedp-online_speca.yaml file and run train.py, i get the following error: **size mismatch for decoder.layers.0.weight: copying a param with shape torch.Size([29, 1024, 1])...

"-c" flag is no longer supported since commit [2bdf2775e320dd8b1b5c936cd0a45381f04763eb](https://github.com/NVIDIA/DeepLearningExamples/commit/097c7ff917b7c56246590b1246a8f5bd8957c534). Updated README to the working version of the command

**Describe the bug** I'm going through the [Tacotron2 Quick Start Guide](https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2#quick-start-guide). I'm using the Tacotron 2 and WaveGlow PyTorch NGC container provided in step 3 in the quick start guide...

bug

Update Custom Training Notebook for nnU-Net *Examples:* * *PyTorch* * *Jupyter notebooks* **Is your feature request related to a problem? Please describe.** Current notebook for custom training not working. **Describe...

enhancement

Related to **Kaldi/SpeechRecognition/kaldi-asr-backend** **Bug** I am trying to build the library outside docker and the fst libraries prints plenty of similar errors: ``fst/dfs-visit.h:129:13: error: comparison of integer expressions of different...

bug

Related to **nnUNet/PyTorch(s)** *(e.g. GNMT/PyTorch or FasterTransformer/All)* **Describe the bug** Within Docker container, typing `python main.py --help` produces a traceback error. ``` Traceback (most recent call last): File "main.py", line...

bug

Related to **DGLPytorch/SE3Transformer** **Describe the bug** failed running `tests/test_equivariance.py` ``` Traceback (most recent call last): File "test.py", line 27, in test_equivariance() File "DeepLearningExamples/DGLPyTorch/DrugDiscovery/SE3Transformer/tests/test_equivariance.py", line 81, in test_equivariance assert torch.allclose(out2['0'], out1['0'],...

bug