250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 텐서플로우
- 데이터베이스
- 그래픽 유저 인터페이스
- POD
- FLASK
- Deep Learning
- 딥러닝
- Tkinter
- k8s
- Computer Vision
- 컴퓨터 비전
- vue.js
- OpenCV
- Python
- paper review
- 웹 프로그래밍
- Web Programming
- 장고
- tensorflow
- 파이썬
- 파이토치
- Docker
- numpy
- GUI
- MariaDB
- 논문 리뷰
- yaml
- pytorch
- Django
- kubernetes
Archives
- Today
- Total
목록engine (1)
Maxima's Lab
[Python, Deep Learning] Tensorflow2 Classification 모델, .onnx & .trt 변환 및 Inference 방법
안녕하세요, 오늘은 Tensorflow 프레임워크에서 Classification 모델을 .onnx 파일과 .trt 파일로 변환하고 해당 파일을 활용하여 Inference 하는 방법에 대해서 알아보겠습니다. 이를 위해 TEST를 진행한 패키지 버전 및 환경은 다음과 같습니다. - OS : Ubuntu 22.04- CUDA : 11.8- GPU : NVIDIA GeForce RTX 4070 Laptop GPU- Python : 3.10.12- tensorflow : 2.14.0- tf2onnx : 1.16.1- onnxruntime-gpu : 1.18.1- nvidia-tensorrt : 8.4.3.1- pycuda : 2024.1 먼저, tensorflow 2 모델을 onnx 파일로 변환하는 코드에 대해서..
Deep Learning
2024. 7. 13. 09:29