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 263 DeepLearningExamples issues
Sort by recently updated
recently updated
newest added

Related to **[PyTorch/TimeSeriesPredictionPlatform]** Hello, I'm trying the TimeSeriesPredictionPlatform, I have a secondary dataframe like holidays or events happening that have a real impact on what I'm trying to predict. What...

enhancement

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

`import cv2 import numpy as np cap = cv2.VideoCapture(0) while True: ret, frame = cap.read() if not ret: break height, width, channels = frame.shape print(f"Width: {width}, Height: {height}") # Convert...

Related to **SIM/TensorFlow2** * **Describe the bug** I am using the image nvcr.io/nvidia/tensorflow:22.12-tf2-py3. **Below is my pip list:** absl-py 1.0.0 argon2-cffi 21.3.0 argon2-cffi-bindings 21.2.0 asttokens 2.2.1 astunparse 1.6.3 attrs 22.1.0...

bug

The `cuda` function will create the tensor on a default device that may differ from the device of tensor 'inverse_transform'.

code block error - fixed

## Problem Building the docker file in `TensorFlow/LanguageModeling/BERT` fails. This causes issues in one of the LaunchPad Labs. - Step 10 fails `RUN pip3 install /workspace/pubmed_parser` - The error is...

Related to **Model/Framework(s) or something else (describe)** *Examples:* * *GNMT/PyTorch* * *AMP* * *Tensorflow 2.0* * *Jupyter notebooks* **Is your feature request related to a problem? Please describe.** A clear...

enhancement

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.29 to 3.1.30. Release notes Sourced from gitpython's releases. v3.1.30 - with important security fixes See gitpython-developers/GitPython#1515 for details. Commits 141cd65 adjust changelog prior to release 678a8fe...

dependencies

Related to **Model/Framework(s) or something else (describe)** *Examples:* * *GNMT/PyTorch* * *AMP* * *Tensorflow 2.0* * *Jupyter notebooks* **Is your feature request related to a problem? Please describe.** A clear...

enhancement