Skip to content

Commit 2157a94

Browse files
committed
[C] Update docs
1 parent c00a037 commit 2157a94

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

docs/intro.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ sidebar_position: 1
100100

101101
之前想要做一個 End-to-End 的模型,雖然最後效果不如預期,但還是有一些小成果,所以我把它整理成一個開源專案,希望能夠幫助到有需要的人。
102102

103+
***
104+
105+
- [**cifar100_training_demo**](./model-training-guide/cifar100_training_demo.md)
106+
107+
這是一個用於訓練 CIFAR-100 資料集的範例專案,主要是為了展示如何使用 PyTorch 進行模型訓練。
108+
109+
這個專案包含了完整的訓練流程,包括資料預處理、模型定義、訓練和驗證等步驟,適合初學者參考。
110+
103111
## 🚧 開發與未公開專案
104112

105113
除了以上公開的專案外,還有一些專案正在開發中,或是處於內部測試階段。

i18n/en/docusaurus-plugin-content-docs/current/intro.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ Currently, we have several completed projects available on GitHub, including:
100100

101101
Initially, I aimed to build an end-to-end model, but the results didn't meet expectations. However, I still achieved some small outcomes, so I organized it into an open-source project to help others in need.
102102

103+
***
104+
105+
- [**cifar100_training_demo**](./model-training-guide/cifar100_training_demo.md):
106+
107+
This is a sample project for training the CIFAR-100 dataset, primarily to demonstrate how to use PyTorch for model training.
108+
109+
This project includes a complete training process, including data preprocessing, model definition, training, and validation steps, making it suitable for beginners to reference.
110+
103111
## 🚧 Development and Unreleased Projects
104112

105113
In addition to the above public projects, there are other projects currently under development or in internal testing.

i18n/ja/docusaurus-plugin-content-docs/current/intro.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ sidebar_position: 1
100100

101101
最初は End-to-End のモデルを作ろうと思っていましたが、最終的な結果は期待通りではありませんでした。それでもいくつかの成果がありましたので、このプロジェクトを整理してオープンソース化しました。これが必要な方々に役立つことを願っています。
102102

103+
***
104+
105+
* [**cifar100_training_demo**](./model-training-guide/cifar100_training_demo.md)
106+
107+
これは CIFAR-100 データセットの訓練用サンプルプロジェクトで、PyTorch を使ったモデル訓練の方法を示すことを目的としています。
108+
109+
プロジェクトにはデータ前処理、モデル定義、訓練・検証の一連の流れが含まれており、初心者の参考に適しています。
110+
103111
## 🚧 開発中および非公開プロジェクト
104112

105113
上記の公開プロジェクト以外にも、いくつかのプロジェクトが開発中または内部テスト段階にあります。

0 commit comments

Comments
 (0)