An open API service indexing awesome lists of open source software.

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研修: "モデルコードの高速化・最適化チュートリアル"

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)