All Projects → onnx → Onnx Caffe2

onnx / Onnx Caffe2

Licence: other
Caffe2 implementation of Open Neural Network Exchange (ONNX)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Onnx Caffe2

Caffe2 Ios
Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.
Stars: ✭ 221 (+34.76%)
Mutual labels:  deep-neural-networks, caffe2
Caffe2
Caffe2 is a lightweight, modular, and scalable deep learning framework.
Stars: ✭ 8,409 (+5027.44%)
Mutual labels:  deep-neural-networks, caffe2
Deep Learning In Production
In this repository, I will share some useful notes and references about deploying deep learning-based models in production.
Stars: ✭ 3,104 (+1792.68%)
Mutual labels:  deep-neural-networks, caffe2
Deep Dream In Pytorch
Pytorch implementation of the DeepDream computer vision algorithm
Stars: ✭ 90 (-45.12%)
Mutual labels:  deep-neural-networks, caffe2
Yolo2 Pytorch
PyTorch implementation of the YOLO (You Only Look Once) v2
Stars: ✭ 426 (+159.76%)
Mutual labels:  deep-neural-networks, caffe2
Ngraph
nGraph has moved to OpenVINO
Stars: ✭ 1,322 (+706.1%)
Mutual labels:  deep-neural-networks, caffe2
Mariana
The Cutest Deep Learning Framework which is also a wonderful Declarative Language
Stars: ✭ 151 (-7.93%)
Mutual labels:  deep-neural-networks
Sign Language Interpreter Using Deep Learning
A sign language interpreter using live video feed from the camera.
Stars: ✭ 157 (-4.27%)
Mutual labels:  deep-neural-networks
Awesome Deep Neuroevolution
A collection of Deep Neuroevolution resources or evolutionary algorithms applying in Deep Learning (constantly updating)
Stars: ✭ 150 (-8.54%)
Mutual labels:  deep-neural-networks
Densenet Sdr
repo that holds code for improving on dropout using Stochastic Delta Rule
Stars: ✭ 148 (-9.76%)
Mutual labels:  deep-neural-networks
Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (-0.61%)
Mutual labels:  deep-neural-networks
Hey Jetson
Deep Learning based Automatic Speech Recognition with attention for the Nvidia Jetson.
Stars: ✭ 161 (-1.83%)
Mutual labels:  deep-neural-networks
Self Driving Car
Udacity Self-Driving Car Engineer Nanodegree projects.
Stars: ✭ 2,103 (+1182.32%)
Mutual labels:  deep-neural-networks
Cyclegan Keras
Keras implementation of CycleGAN using a tensorflow backend.
Stars: ✭ 152 (-7.32%)
Mutual labels:  deep-neural-networks
Dynamics
A Compositional Object-Based Approach to Learning Physical Dynamics
Stars: ✭ 159 (-3.05%)
Mutual labels:  deep-neural-networks
Webdnn
The Fastest DNN Running Framework on Web Browser
Stars: ✭ 1,850 (+1028.05%)
Mutual labels:  deep-neural-networks
Tf Adnet Tracking
Deep Object Tracking Implementation in Tensorflow for 'Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning(CVPR 2017)'
Stars: ✭ 162 (-1.22%)
Mutual labels:  deep-neural-networks
Tutorial separation
This repo summarizes the tutorials, datasets, papers, codes and tools for speech separation and speaker extraction task. You are kindly invited to pull requests.
Stars: ✭ 151 (-7.93%)
Mutual labels:  deep-neural-networks
Zi2zi
Learning Chinese Character style with conditional GAN
Stars: ✭ 1,988 (+1112.2%)
Mutual labels:  deep-neural-networks
Guesslang
Detect the programming language of a source code
Stars: ✭ 159 (-3.05%)
Mutual labels:  deep-neural-networks

NOTICE: THIS REPO IS DEPRECATED! onnx-caffe2 has been merge into Caffe2.

onnx-caffe2

Travis Jenkins
Build Status Build Status

Caffe2 implementation of Open Neural Network Exchange (ONNX).

Repository location may change.

Installation

pip install onnx-caffe2

Usage

Folder Structure

  • onnx_caffe2/: the main folder that all code lies under
    • frontend.py: translate from caffe2 model to onnx model
    • backend.py: execution engine that runs onnx on caffe2
  • tests/: test files

Testing

onnx-caffe2 uses pytest as test driver. In order to run tests, first you need to install pytest:

pip install pytest-cov

After installing pytest, do

pytest

to run tests.

Testing coverage issues/status: https://github.com/onnx/onnx-caffe2/blob/master/tests/ONNXOpCoverage.md

Development

During development it's convenient to install onnx-caffe2 in development mode:

git clone  https://github.com/onnx/onnx-caffe2.git --recursive
pip install -e onnx-caffe2/

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].