8000 GitHub - am1tyadav/ONNX-Inference-C: Using ONNX to run inference in C
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

am1tyadav/ONNX-Inference-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ONNX Inference In C

Using ONNX runtime to run inference on an ONNX model in C.

ONNX in C

Requirements

  • C Compiler
  • CMake
  • Conda

Usage

For convenience, you can install Task (e.g. with brew install go-task) and run the command task in the terminal to see the list of available tasks.

You could either run task all which runs every task in correct order or run them manually one by one:

task conda
task deps
task train
task build
task run

About

Using ONNX to run inference in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0