#
nvidia
Here are 620 public repositories matching this topic...
TensorRT is a C++ library for high performance inference on NVIDIA GPUs and deep learning accelerators.
-
Updated
Jul 17, 2020 - C++
Awesome Vulkan ecosystem
-
Updated
Jun 8, 2020
cuML - RAPIDS Machine Learning Library
-
Updated
Jul 17, 2020 - Cuda
A community run, 5-day PyTorch Deep Learning Bootcamp
python
data-science
machine-learning
meetup
deep-learning
gpu
docker-image
cuda
pytorch
kaggle
nvidia
kaggle-competition
cuda-kernels
bootcamp
kaggle-scripts
pytorch-tutorial
pycuda
pytorch-tutorials
-
Updated
Apr 6, 2019 - Jupyter Notebook
GameStream client for PCs (Windows, Mac, Linux, and Steam Link)
-
Updated
Jul 15, 2020 - C
GameStream client for Android
-
Updated
Jul 16, 2020 - C
AMD & NVIDIA eGPUs for all Thunderbolt Macs.
macos
apple
amd
graphics
nvidia
purge
patch
wrangler
thunderbolt
unblocker
high-sierra
egpu
mojave
catalina
nvidia-egpus
-
Updated
Jul 8, 2020 - Shell
linux
ubuntu
iso
ethereum
cuda
nvidia
mining
ubuntu1604
nvidia-smi
zcash
monero
nvidia-gpus
iso-image
nvidia-gpu
nvidia-card
graphics-card
ethereum-mining
ethminer
monero-mining
zcash-mining
-
Updated
Jan 3, 2020 - Shell
Unofficial implementation of "Image Inpainting for Irregular Holes Using Partial Convolutions". Try at: www.fixmyphoto.ai
-
Updated
Jun 21, 2020 - Jupyter Notebook
OpenCL integration for Python, plus shiny features
python
sorting
performance
opengl
amd
gpu
opencl
array
parallel-computing
cuda
reduction
nvidia
scientific-computing
prefix-sum
heterogeneous-parallel-programming
parallel-algorithm
shared-memory
multidimensional-arrays
pyopencl
-
Updated
Jul 15, 2020 - Python
GameStream client for ChromeOS
-
Updated
Jul 12, 2020 - C
TensorFlow models accelerated with NVIDIA TensorRT
neural-network
tensorflow
models
realtime
inference
optimize
nvidia
image-classification
object-detection
train
tx1
jetson
tensorrt
tx2
-
Updated
Nov 22, 2019 - Python
Check for NVIDIA GPU driver updates!
-
Updated
May 15, 2020 - C#
pypi
nvidia
tegra
jetson-tx1
cpu-monitoring
jetson
jetson-tx2
gpu-monitoring
memory-monitoring
tegrastats
nvidia-jetson
jetson-xavier
jtop
jetson-nano
jetson-stats
nvpmodel
jetson-clocks
jetson-release
jetson-config
jetson-xavier-nx
-
Updated
Jul 16, 2020 - Python
bash script for managing NVIDIA web drivers on macOS
-
Updated
Dec 11, 2018 - Shell
High performance Cross-platform Inference-engine, you could run Anakin on x86-cpu,arm, nv-gpu, amd-gpu,bitmain and cambricon devices.
-
Updated
Apr 7, 2020 - C++
OpenCL for Rust
-
Updated
Jul 10, 2020 - Rust
All-in-one AI container for rapid prototyping
-
Updated
Jun 7, 2020 - JavaScript
Display-agnostic acceleration of macOS applications using external GPUs.
-
Updated
Jan 13, 2020 - Shell
Improve this page
Add a description, image, and links to the nvidia topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nvidia topic, visit your repo's landing page and select "manage topics."
When attempting to download cityscapes_2048x1024 I got:
./download-models.sh: line 721: download_fcn_resnet18_cityscapes_2048x512: command not foundIt looks like there was a typo, and line 721 needs to be changed from:
download_fcn_resnet18_cityscapes_2048x512todownload_fcn_resnet18_cityscapes_2048x1024Thanks for the amazing repo!