Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.
/ onnx-caffe2 Public archive

Caffe2 implementation of Open Neural Network Exchange (ONNX)

License

Notifications You must be signed in to change notification settings

onnx/onnx-caffe2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0cb48b · Mar 2, 2018
Nov 27, 2017
Jan 25, 2018
Feb 19, 2018
Feb 23, 2018
Feb 23, 2018
Jan 25, 2018
Feb 13, 2018
Jan 25, 2018
Jan 25, 2018
Sep 7, 2017
Dec 5, 2017
Mar 2, 2018
Dec 5, 2017
Jan 25, 2018
Jan 25, 2018
Dec 1, 2017
Feb 14, 2018
Feb 14, 2018

Repository files navigation

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

About

Caffe2 implementation of Open Neural Network Exchange (ONNX)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published