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.
Related to **Model/Framework(s)** *(e.g. GNMT/PyTorch or FasterTransformer/All)* Model : UNet (backbone : Vgg16) (Semantic Segmentation) Framework : Tensorflow/pytorch **Describe the bug** A clear and concise description of what the bug...
I am getting this error, can anyone please suggest the solution? DLL 2022-09-01 23:16:27.714134 - PARAMETER dataset path : ./coco epochs : 65 batch size : 32 eval batch size...
DLL 2022-09-01 18:12:47.545736 - PARAMETER dataset path : ./coco epochs : 65 batch size : 32 eval batch size : 32 no cuda : False seed : None checkpoint path...
while running the below command , I am getting ImportError: cannot import name 'load_model_from_ckpt' from 'inference' (/workspace/fastpitch/inference.py). I manually check inference.py and surprisingly I also didn't found any such function....
Related to **FastPitch1.1/PyTorch** **Describe the bug** My FastPitch model is trained with short sentence dataset, When we use it to synthesize long text sentence, the result audio will get smaller...
**Describe the bug** ERROR: Command errored out with exit status 128: git clone -q https://github.com/triton-inference-server/model_navigator.git /tmp/pip-install-e0_2o1an/model-navigator_ec2586ae0d324a2d8622c112670df785 Check the logs for full command output. **To Reproduce** I tried to start/PyTorch/Classification/ConvNets/triton/resnet50/ example...
Related to **Model/Framework(s)** PyTorch/Segmentation/nnUNet **Describe the bug** I am trying to run the example provided on the nnUNet. The code works fine when I use single GPU. However, if I...
Related to BERT/PyTorch Describe the bug: I want to reproduce the inferencing performance with INT8 on T4 or A2, but I don't know how to reproduce and compare with the...
Related to **BERT/TF@** **Describe the bug** https://github.com/NVIDIA/DeepLearningExamples/blob/master/TensorFlow2/LanguageModeling/BERT/official/modeling/model_training_utils.py#L342 and line 357 ```python if num_grad_accumulates != 1: for _ in tf.range(steps*num_grad_accumulates): strategy.experimental_run_v2(forward, args=(next(iterator),)) if _ == 0 or (_ + 1) %...