All Projects → leimao → Frozen Graph Tensorflow

leimao / Frozen Graph Tensorflow

Licence: mit
Save, Load Frozen Graph and Run Inference From Frozen Graph in TensorFlow 1.x and 2.x

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Frozen Graph Tensorflow

Emlearn
Machine Learning inference engine for Microcontrollers and Embedded devices
Stars: ✭ 154 (-27.36%)
Mutual labels:  inference
Openvino
OpenVINO™ Toolkit repository
Stars: ✭ 2,858 (+1248.11%)
Mutual labels:  inference
Sparktorch
Train and run Pytorch models on Apache Spark.
Stars: ✭ 195 (-8.02%)
Mutual labels:  inference
Bmw Tensorflow Inference Api Cpu
This is a repository for an object detection inference API using the Tensorflow framework.
Stars: ✭ 158 (-25.47%)
Mutual labels:  inference
Ml privacy meter
Machine Learning Privacy Meter: A tool to quantify the privacy risks of machine learning models with respect to inference attacks, notably membership inference attacks
Stars: ✭ 167 (-21.23%)
Mutual labels:  inference
Bmw Yolov4 Inference Api Cpu
This is a repository for an nocode object detection inference API using the Yolov4 and Yolov3 Opencv.
Stars: ✭ 180 (-15.09%)
Mutual labels:  inference
Mediapipe
Cross-platform, customizable ML solutions for live and streaming media.
Stars: ✭ 15,338 (+7134.91%)
Mutual labels:  inference
Elfi
ELFI - Engine for Likelihood-Free Inference
Stars: ✭ 208 (-1.89%)
Mutual labels:  inference
Effective transformer
Running BERT without Padding
Stars: ✭ 169 (-20.28%)
Mutual labels:  inference
Pytorch Cpp
PyTorch C++ inference with LibTorch
Stars: ✭ 194 (-8.49%)
Mutual labels:  inference
Hey Jetson
Deep Learning based Automatic Speech Recognition with attention for the Nvidia Jetson.
Stars: ✭ 161 (-24.06%)
Mutual labels:  inference
Server
The Triton Inference Server provides an optimized cloud and edge inferencing solution.
Stars: ✭ 2,994 (+1312.26%)
Mutual labels:  inference
Adversarial Robustness Toolbox
Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference - Red and Blue Teams
Stars: ✭ 2,638 (+1144.34%)
Mutual labels:  inference
Bert Ner Tf
Named Entity Recognition with BERT using TensorFlow 2.0
Stars: ✭ 155 (-26.89%)
Mutual labels:  inference
Pytorch Cpp Inference
Serving PyTorch 1.0 Models as a Web Server in C++
Stars: ✭ 194 (-8.49%)
Mutual labels:  inference
Tensorflow template application
TensorFlow template application for deep learning
Stars: ✭ 1,851 (+773.11%)
Mutual labels:  inference
Object Detection Api
Yolov3 Object Detection implemented as APIs, using TensorFlow and Flask
Stars: ✭ 177 (-16.51%)
Mutual labels:  inference
Dl inference
通用深度学习推理服务,可在生产环境中快速上线由TensorFlow、PyTorch、Caffe框架训练出的深度学习模型。
Stars: ✭ 209 (-1.42%)
Mutual labels:  inference
Volksdep
volksdep is an open-source toolbox for deploying and accelerating PyTorch, ONNX and TensorFlow models with TensorRT.
Stars: ✭ 195 (-8.02%)
Mutual labels:  inference
Torch2trt
An easy to use PyTorch to TensorRT converter
Stars: ✭ 2,974 (+1302.83%)
Mutual labels:  inference

Frozen Graph TensorFlow

Lei Mao

Introduction

This repository has the examples of saving, loading, and running inference for frozen graph in TensorFlow 1.x and 2.x.

Files

.
├── LICENSE.md
├── README.md
├── TensorFlow_v1
│   ├── cifar.py
│   ├── cnn.py
│   ├── inspect_signature.py
│   ├── main.py
│   ├── README.md
│   ├── test_pb.py
│   └── utils.py
└── TensorFlow_v2
    ├── example_1.py
    ├── example_2.py
    ├── README.md
    └── utils.py

Blogs

Examples

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].