8. ギャラリー
8.1. API 使用例
以下のリンクから MLSDK API を使用したサンプルプログラムが確認できます。
- 8.1.1. Example: Adding Two Vectors
- 8.1.2. Example: MNIST on MN-Core 2
- 8.1.3. Example: Inference With A Model
- 8.1.4. Example: Training With A Model
- 8.1.5. Example: Using non-dict inputs and outputs with
compile_automap - 8.1.6. Example: Taking A Profile
- 8.1.7. Example: Explicitly Transferring Data Between Host And Device
- 8.1.8. Example: Inference With Multiple Models
- 8.1.9. Example: Load codegen_dir
- 8.1.10. Example: Inference MNIST
- 8.1.11. Example: Training MNIST
8.2. 発展的な使用例
以下のリンクから MLSDK API の応用例が確認できます。
- 8.2.1. Example: timm Model Inference
- 8.2.2. Example: Large Language Model (LLM) Inference
- 8.2.3. Example: Object Detection using SSD
- 8.2.4. Example: Image Segmentation using DETR
- 8.2.5. Example: Small Language Model (SLM) Supervised Fine-Tuning (SFT)
- 8.2.6. Example: Recommendation using NCF
- 8.2.7. サンプル: Stable Diffusion