-
Updated
Jul 16, 2020 - JavaScript
#
onnx
Here are 184 public repositories matching this topic...
Visualizer for neural network, deep learning and machine learning models
machine-learning
caffe
ai
deep-learning
neural-network
mxnet
tensorflow
keras
ml
torch
pytorch
visualizer
machinelearning
deeplearning
darknet
paddle
caffe2
coreml
onnx
tensorflow-lite
ncnn is a high-performance neural network inference framework optimized for the mobile platform
android
ios
caffe
deep-learning
neural-network
mxnet
tensorflow
vulkan
inference
pytorch
artificial-intelligence
simd
darknet
arm-neon
high-preformance
ncnn
onnx
mlir
-
Updated
Jul 16, 2020 - C++
Set up deep learning environment in a single command line.
caffe
lasagne
theano
deep-learning
jupyter
mxnet
chainer
cntk
tensorflow
docker-image
keras
torch
pytorch
caffe2
sonnet
dockerfile-generator
onnx
-
Updated
Jun 10, 2020 - Python
Open
GCP QUICKSTART GUIDE
glenn-jocher
commented
Mar 25, 2019
To get started using this repo quickly using a Google Cloud Platform (GCP) Deep Learning Virtual Machine (VM) follow the instructions below. New GCP users are eligible for a $300 free credit offer. Other quickstart options for this repo include our [Google Colab Notebook](https://colab.research.google.com/github/ultralytics/yolov3/blob
75
MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
-
Updated
Jul 12, 2020 - Python
Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://nervanasystems.github.io/distiller
deep-neural-networks
jupyter-notebook
pytorch
regularization
pruning
quantization
group-lasso
distillation
onnx
truncated-svd
network-compression
pruning-structures
early-exit
automl-for-compression
-
Updated
Jun 17, 2020 - Jupyter Notebook
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
machine-learning
deep-learning
tensorflow
scikit-learn
pytorch
neural-networks
hardware-acceleration
ai-framework
onnx
-
Updated
Jul 17, 2020 - C++
Deep Learning Visualization Toolkit(『飞桨』深度学习可视化工具 )
-
Updated
Jul 16, 2020 - TypeScript
A collection of pre-trained, state-of-the-art models in the ONNX format
-
Updated
Jul 16, 2020 - Jupyter Notebook
Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
reinforcement-learning
deep-learning
mxnet
tensorflow
openai-gym
rl
starcraft
imitation-learning
hierarchical-reinforcement-learning
coach
mujoco
starcraft2
onnx
roboschool
carla
starcraft2-ai
distributed-reinforcement-learning
-
Updated
Jul 16, 2020 - Python
Tengine is a lite, high performance, modular inference engine for embedded device
-
Updated
Jul 15, 2020 - C++
nGraph - open source C++ library, compiler and runtime for Deep Learning
performance
deep-neural-networks
deep-learning
neural-network
compiler
mxnet
tensorflow
pytorch
ngraph
paddlepaddle
caffe2
onnx
-
Updated
Jul 17, 2020 - C++
PyTorch ,ONNX and TensorRT implementation of YOLOv4
-
Updated
Jul 16, 2020 - Python
Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS
-
Updated
Apr 6, 2020 - Python
Advbox is a toolbox to generate adversarial examples that fool neural networks in PaddlePaddle、PyTorch、Caffe2、MxNet、Keras、TensorFlow and Advbox can benchmark the robustness of machine learning models. Advbox give a command line tool to generate adversarial examples with Zero-Coding.
security
machine-learning
deep-learning
paddlepaddle
adversarial-example
adversarial-examples
onnx
fgsm
adversarial-attacks
deepfool
graphpipe
-
Updated
May 6, 2020 - Jupyter Notebook
Multi Model Server is a tool for serving neural net models for inference
-
Updated
Jul 16, 2020 - Java
Tensorflow Backend for ONNX
-
Updated
Jul 16, 2020 - Python
Translate - a PyTorch Language Library
-
Updated
Jul 8, 2020 - Python
Convert TensorFlow models to ONNX
-
Updated
Jul 16, 2020 - Jupyter Notebook
Tiny, no-nonsense, self-contained, Tensorflow and ONNX inference
-
Updated
Jul 16, 2020 - Rust
Samples and Tools for Windows ML.
windows
machine-learning
ai
deep-learning
neural-network
tensorflow
scikit-learn
keras
ml
pytorch
caffe2
coreml
onnx
winmltools
-
Updated
Jul 17, 2020 - C++
Open
Typos in readme.md
1
PyTorch implementation of the YOLO (You Only Look Once) v2
python
deep-neural-networks
computer-vision
deep-learning
pytorch
object-detection
yolo2
caffe2
onnx
-
Updated
May 12, 2018 - Python
Machine learning framework for both deep learning and traditional algorithms
-
Updated
Jul 13, 2020 - C++
ONNXMLTools enables conversion of models to ONNX
-
Updated
Jul 8, 2020 - Python
onnx-go gives the ability to import a pre-trained neural network within Go without being linked to a framework or library.
-
Updated
Jun 16, 2020 - Go
Fast and accurate face landmark detection library using PyTorch; Support 68-point semi-frontal and 39-point profile landmark detection; Support both coordinate-based and heatmap-based inference; Up to 100FPS landmark inference on CPU.
-
Updated
Jun 22, 2020 - Python
Improve this page
Add a description, image, and links to the onnx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the onnx topic, visit your repo's landing page and select "manage topics."
Several parts of the op sec like the main op description, attributes, input and output descriptions become part of the binary that consumes ONNX e.g. onnxruntime causing an increase in its size due to strings that take no part in the execution of the model or its verification.
Setting
__ONNX_NO_DOC_STRINGSdoesn't really help here since (1) it's not used in the SetDoc(string) overload (s