Add README

This commit is contained in:
jconwayNV 2018-05-02 15:47:16 -07:00 committed by GitHub
parent 057d0c29cd
commit 36dfac272b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,19 @@
# DeepLearningExamples
Deep Learning Examples
# NVIDIA Deep Learning Examples for Volta Tensor Cores
## Introduction
This repository shares the latest deep learning example networks for training that focus on achieving the best performance and convergence from NVIDIA Volta Tensor Cores.
## NVIDIA GPU Cloud (NGC) Deep Learning Docker Registry
All of the examples shared here are also provided, together with our NVIDIA Deep Learning software stack, in a monthly updated docker container on the NGC registry (https://ngc.nvidia.com). These containers have the latest NVIDIA contributions sent upstream to the respective framework, as well as the latest NVIDIA Deep Learning software libraries, which have all been through a rigorous monthly quality assurance process to ensure that they provide the best possible performance. Additionaly, there are monthly release notes for each of the NVIDIA optimized containers: https://docs.nvidia.com/deeplearning/dgx/index.html#nvidia-optimized-frameworks-release-notes
## Directory structure
The examples are organized first by framework and second by use case, such as computer vision, natural language processing, etc. We hope this structure better facilities quickly locating the options for networks that will best suite solving the challenge.
## Known issues
In each of the network READMEs, we indicate any known issues and encourage the community to help share any encountered issues.
## NVIDIA support
In each of the network READMEs, we indicate the level of support that will be provided. The range is from ongoing updates and improvements to a point-in-time release for thought leadership.
## Feedback / Contributions
We're posting these examples on GitHub to better support the community and facilitate feedback as well as contributions using GitHub Issues and Pull Requests. We welcome contributions!