Skip to content

Commit d08f065

Browse files
author
Swetha Mandava
committed
Merge branch 'master' of https://github.com/NVIDIA/DeepLearningExamples into smandava/readme_edit
2 parents d567f0e + aa06105 commit d08f065

File tree

334 files changed

+23363
-3648
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

334 files changed

+23363
-3648
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[Model/Framework] What is the problem?"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
Related to **Model/Framework(s)**
11+
*(e.g. GNMT/PyTorch or FasterTransformer/All)*
12+
13+
**Describe the bug**
14+
A clear and concise description of what the bug is.
15+
16+
**To Reproduce**
17+
Steps to reproduce the behavior:
18+
1. Install '...'
19+
2. Set "..."
20+
2. Launch '...'
21+
22+
**Expected behavior**
23+
A clear and concise description of what you expected to happen.
24+
25+
**Environment**
26+
Please provide at least:
27+
* Container version (e.g. pytorch:19.05-py3):
28+
* GPUs in the system: (e.g. 8x Tesla V100-SXM2-16GB):
29+
* CUDA driver version (e.g. 418.67):
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[Model/Framework or something else] Feature requested"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
Related to **Model/Framework(s) or something else (describe)**
11+
12+
*Examples:*
13+
* *GNMT/PyTorch*
14+
* *AMP*
15+
* *Tensorflow 2.0*
16+
* *Jupyter notebooks*
17+
18+
**Is your feature request related to a problem? Please describe.**
19+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
20+
21+
**Describe the solution you'd like**
22+
A clear and concise description of what you want to happen.
23+
24+
**Describe alternatives you've considered**
25+
A clear and concise description of any alternative solutions or features you've considered.
26+
27+
**Additional context**
28+
Add any other context or screenshots about the feature request here.

.gitmodules

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[submodule "PyTorch/Translation/Transformer/cutlass"]
2-
path = PyTorch/Translation/Transformer/cutlass
3-
url = https://github.com/NVIDIA/cutlass.git
2+
path = PyTorch/Translation/Transformer/cutlass
3+
url = https://github.com/NVIDIA/cutlass.git
44
[submodule "TensorFlow/LanguageModeling/BERT/tensorrt-inference-server"]
5-
path = TensorFlow/LanguageModeling/BERT/tensorrt-inference-server
6-
url = https://github.com/NVIDIA/tensorrt-inference-server.git
7-
branch = r19.06
5+
path = TensorFlow/LanguageModeling/BERT/tensorrt-inference-server
6+
url = https://github.com/NVIDIA/tensorrt-inference-server.git
7+
branch = r19.08
8+
[submodule "PyTorch/SpeechRecognition/Jasper/external/tensorrt-inference-server"]
9+
path = PyTorch/SpeechRecognition/Jasper/external/tensorrt-inference-server
10+
url = https://github.com/NVIDIA/tensorrt-inference-server.git
11+
branch = r19.06
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ARG FROM_IMAGE_NAME=nvcr.io/nvidia/pytorch:19.10-py3
2+
FROM ${FROM_IMAGE_NAME}
3+
4+
ADD requirements.txt /workspace/
5+
WORKDIR /workspace/
6+
RUN pip install --no-cache-dir -r requirements.txt
7+
ADD . /workspace/rn50
8+
WORKDIR /workspace/rn50
File renamed without changes.

0 commit comments

Comments
 (0)