https://github.com/cyberagentailab/model-acceleration-tutorial
CyberAgent AI Lab研修: "モデルコードの高速化・最適化チュートリアル"
https://github.com/cyberagentailab/model-acceleration-tutorial
Last synced: 4 months ago
JSON representation
CyberAgent AI Lab研修: "モデルコードの高速化・最適化チュートリアル"
- Host: GitHub
- URL: https://github.com/cyberagentailab/model-acceleration-tutorial
- Owner: CyberAgentAILab
- License: apache-2.0
- Created: 2024-04-23T01:48:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T02:10:11.000Z (over 1 year ago)
- Last Synced: 2025-12-23T05:50:38.088Z (6 months ago)
- Homepage:
- Size: 20.5 KB
- Stars: 35
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# model-acceleration-tutorial
CyberAgent AI Lab研修: "モデルコードの高速化・最適化チュートリアル"
---
# Table of Contents
## 1. はじめに
### 1-1. [このチュートリアルの目的](https://github.com/CyberAgentAILab/model-acceleration-tutorial/blob/main/01_Introduction/1_1-Purpose_of_this_tutorial.md) (1 min)
### 1-2. [解説すること・しないこと](https://github.com/CyberAgentAILab/model-acceleration-tutorial/blob/main/01_Introduction/1_2-What_to_explain_and_what_not_to_explain.md) (1 min)
## 2. モデルをデプロイするときのランタイムの選択肢
### 2-1. [ランタイムの選択肢](https://github.com/CyberAgentAILab/model-acceleration-tutorial/blob/main/02_Runtime/2_1-Runtime_Options.md) (15 min)
### 2-2. [モデルのデプロイ先デバイスとランタイムの組み合わせ](https://github.com/CyberAgentAILab/model-acceleration-tutorial/blob/main/02_Runtime/2_2-Model_Deployment_Destination_Device_and_Runtime_Combination.md) (5 min)
## 3. 研究からプロダクト転用を見越したモデル設計時に注意したいこと
### 3-1. [CPU・GPU・TensorRT、他HW・FW推論を意識した設計](https://github.com/CyberAgentAILab/model-acceleration-tutorial/blob/main/03_Design/3_1-CPU_GPU_TensorRT_and_other_HW_and_FW_inference-aware_designs.md) (1 min)
### 3-2. モデル構造アンチパターン・デザインパターン
#### 3-2-1. [ハンズオンのための環境準備](https://github.com/CyberAgentAILab/model-acceleration-tutorial/blob/main/03_Design/3_2_1-Preparing_the_environment_for_hands-on.md) (5 min)
#### 3-2-2. 前処理 (5 min, Google Colaboratory上です)
#### 3-2-3. モデル本体 (10 min, Google Colaboratory上です)
#### 3-2-4. 後処理 (5 min, Google Colaboratory上です)
## 4. おわりに
### 4-1. [おわりに]() (1 min)