-
Updated
Mar 11, 2021 - C++
#
nvidia
Here are 773 public repositories matching this topic...
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
machine-learning
embedded
caffe
computer-vision
deep-learning
robotics
inference
nvidia
digits
image-recognition
segmentation
object-detection
jetson-tx1
jetson
tensorrt
jetson-tx2
video-analytics
jetson-xavier
jetson-nano
jetson-xavier-nx
TensorRT is a C++ library for high performance inference on NVIDIA GPUs and deep learning accelerators.
-
Updated
Mar 10, 2021 - C++
Awesome Vulkan ecosystem
-
Updated
Mar 8, 2021
beckernick
commented
Mar 1, 2021
confusion_matrix should automatically convert dtypes as appropriate in order to avoid failing, like other metric functions.
from sklearn.metrics import confusion_matrix
import numpy as np
import cuml
y = np.array([0.0, 1.0, 0.0])
y_pred = np.array([0.0, 1.0, 1.0])
print(confusion_matrix(y, y_pred))
cuml.metrics.confusion_matrix(y, y_pred)
[[1 1]
[0 1]]
----------------GameStream client for PCs (Windows, Mac, Linux, and Steam Link)
-
Updated
Mar 14, 2021 - C++
GameStream client for Android
-
Updated
Mar 6, 2021 - C
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
Dec 15, 2020 - Jupyter Notebook
StreamFX is a plugin for OBS Studio which adds many new effects, filters, sources, transitions and encoders - all for free! Be it 3D Transform, Blur, complex Masking, or even custom shaders, you'll find it all here.
plugin
addon
amd
filter
donation
source
transition
nvidia
blur
filters
crowdin
amf
obs-studio
prores
nvenc
masking
color-grading
3d-transform
obsstudio
streamfx
-
Updated
Mar 15, 2021 - 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
Nov 18, 2020 - Shell
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
Mar 1, 2021 - Python
devavret
commented
Oct 29, 2020
Segmented reduce uses the same template type OffsetIteratorT for begin and end offsets
static CUB_RUNTIME_FUNCTION cudaError_t cub::DeviceSegmentedReduce::Sum
( void * d_temp_storage,
size_t & temp_storage_bytes,
InputIteratorT d_in,
OutputIteratorT d_out,
int num_segments,
OffsetIteratoOpenCL 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
Mar 15, 2021 - Python
Unofficial implementation of "Image Inpainting for Irregular Holes Using Partial Convolutions". Try at: www.fixmyphoto.ai
-
Updated
Sep 25, 2020 - Jupyter Notebook
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
Check for NVIDIA GPU driver updates!
-
Updated
Aug 18, 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
Feb 14, 2021 - Python
GameStream client for ChromeOS
-
Updated
Jan 10, 2021 - C
narendasan
commented
May 15, 2020
Add a section to _compiler.py that wraps ScriptFunctions in Modules to compile the graph.
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."
PR NVIDIA/cub#218 fixes this CUB's radix sort. We should: