EADST

ONNX Inference with ONNX Runtime

ONNX Inference with ONNX Runtime

import torch
import onnxruntime
import numpy as np

# tensor input to numpy
# input_data=tensor.numpy()
# numpy input
input_data = np.load("test_data.npy")
session = onnxruntime.InferenceSession("model_name.onnx")
ort_inputs = {session.get_inputs()[0].name: input_data}
ort_outs = session.run(None, ort_inputs)
# tensor output
# out = torch.Tensor(ort_outs).cpu()
np.save("output.npy", ort_outs)
print("save output.npy done")
相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
FP64 Qwen2.5 Quantize TTS Pickle v2ray Git Base64 签证 顶会 Proxy 证件照 Quantization Web Permission Agent PyCharm NLTK Streamlit Rebuttal Zip Cloudreve Anaconda RGB uWSGI EXCEL torchinfo hf 强化学习 Sklearn 关于博主 Jupyter GPTQ LoRA FP16 Vmess Paddle News API 多进程 Github Qwen2 腾讯云 VGG-16 OpenAI Image2Text Bitcoin 多线程 CTC YOLO Windows Google Llama IndexTTS2 DeepSeek Algorithm 域名 FastAPI ChatGPT Breakpoint HaggingFace Clash LeetCode Freesound 算法题 Heatmap Paper LaTeX Distillation mmap tar 继承 Bert 图形思考法 FlashAttention scipy Datetime OCR uwsgi Conda GIT Animate Knowledge Pytorch CSV Django Hotel Baidu LLM JSON Translation Markdown OpenCV C++ Gemma SQLite 图标 git Disk Card transformers NLP 公式 Miniforge Food SAM git-lfs COCO TensorRT Interview MD5 CUDA UNIX Bin Jetson 音频 Statistics Template Land 飞书 Input DeepStream tqdm Website PDF AI Data Tiktoken 论文速读 UI Excel Pandas Hungarian Pillow HuggingFace llama.cpp Transformers Plotly QWEN 报税 Shortcut Ubuntu 搞笑 ms-swift Augmentation Video Random 递归学习法 Attention ONNX CV Hilton Review Tensor Search CLAP Firewall CC WebCrawler Diagram Vim Docker Safetensors Magnet logger PIP Nginx VSCode Mixtral Math printf Use SPIE SQL 论文 版权 diffusers Plate BF16 Bipartite Numpy Ptyhon 第一性原理 FP8 RAR Color CEIR InvalidArgumentError Python PyTorch BTC NameSilo LLAMA Logo PDB Crawler FP32 财报 v0.dev 云服务器 BeautifulSoup TensorFlow icon Qwen Tracking GoogLeNet 阿里云 GPT4 ResNet-50 RL Domain Dataset ModelScope XML GGML Claude VPN XGBoost Linux Michelin SVR 净利润 CAM TSV Password WAN
站点统计

本站现有博文333篇,共被浏览922324

本站已经建立2628天!

热门文章
文章归档
回到顶部