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

Bumps [joblib](https://github.com/joblib/joblib) from 0.16.0 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....

dependencies

According to the Tensorflow documentation, batch_and_drop_remainder is deprecated. Instead should use batch(batch_size, drop_remainder=True).

Related to **Model/Framework(s)** *ResNet50v1.5/pytorch* **Describe the bug** RuntimeError: Critical error when building pipeline: Error when constructing operator: FileReader encountered: [/opt/dali/dali/operators/reader/loader/file_label_loader.h:168] Assert on "Size() > 0" failed: No files found. ![image](https://user-images.githubusercontent.com/44188056/162611338-46c62e64-d045-4475-8148-c41b49de0d7d.png)...

bug

Related to **[SSD/Pytorch]** **Describe the bug** I met `RuntimeError: expected 74898 more bytes. The file might be corrupted`. when I load the ssd pytorch model. It seems the model file...

bug

In the notebook, the variable `score` is not defined in the code. Need to use `score = model.evaluate(x_test, y_test)` to obtain the score first.

# Command ` docker build -t nvidia_dlrm_preprocessing -f Dockerfile_preprocessing . --build-arg DGX_VERSION=DGX-2` # Log ``` Get:21 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu bionic/main amd64 Packages [50.4 kB] Reading package lists... Done W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64...

bug

Related to **FastPitch1.1/pytorch** **Describe the bug** data_function.py: def estimate_pitch( ... ) is bad, it use librosa.pyin to estimate audio pitch, but without any custom paramters, the FastPitch project train.py allow...

bug

In line 111, l(s) and c(s) need to be contiguous before use. I had an error before using contiguous().

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

bug

I am getting the following error when I try using Fastpitch on my own datasets. I know it has something to do with data preparation. I am trying this model...

bug