nn VS onnx-simplifier

Compare nn vs onnx-simplifier and see what are their differences.

nn

🧑‍🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠 (by lab-ml)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
nn onnx-simplifier
26 3
48,004 3,546
8.5% -
7.7 7.1
about 1 month ago 16 days ago
Jupyter Notebook C++
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nn

Posts with mentions or reviews of nn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-09.

onnx-simplifier

Posts with mentions or reviews of onnx-simplifier. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-20.
  • Show: Cross-platform Image segmentation on video using eGUI, onnxruntime and ffmpeg
    2 projects | /r/rust | 20 Nov 2022
    onnx-simplifier can shed some of incompatibilities in widespread use, but is itself bug ridden and lagging behind the standard. For any serious model, or when you don't get lucky simplifying the model upstream, you'd generally want good support of opset 11.
  • [Technical Article] OCR Upgrade
    8 projects | /r/deepin | 12 Jun 2022
    ONNX Simplifier:https://github.com/daquexian/onnx-simplifier
  • PyTorch 1.10
    8 projects | news.ycombinator.com | 22 Oct 2021
    As far as I know, the ONNX format won't give you a performance boost on its own. However, there are ONNX optimizers for the ONNX runtime which will speed up your inference.

    But if you are using Nvidia Hardware, then TensorRT should give you the best performance possible, especially if you change the precision level. Don't forget to simplify your ONNX model before you converting it to TensorRT though: https://github.com/daquexian/onnx-simplifier

What are some alternatives?

When comparing nn and onnx-simplifier you can also consider the following projects:

GFPGAN-for-Video-SR - A colab notebook for video super resolution using GFPGAN

onnxruntime - ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator

labml - 🔎 Monitor deep learning model training and hardware usage from your mobile phone 📱

torch2trt - An easy to use PyTorch to TensorRT converter

functorch - functorch is JAX-like composable function transforms for PyTorch.

PaddleOCR - Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)

ZoeDepth - Metric depth estimation from a single image

Basic-UI-for-GPT-J-6B-with-low-vram - A repository to run gpt-j-6b on low vram machines (4.2 gb minimum vram for 2000 token context, 3.5 gb for 1000 token context). Model loading takes 12gb free ram.

TensorRT - PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT

Behavior-Sequence-Transformer-Pytorch - This is a pytorch implementation for the BST model from Alibaba https://arxiv.org/pdf/1905.06874.pdf

ncnn - ncnn is a high-performance neural network inference framework optimized for the mobile platform