Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
select766 committed Sep 23, 2023
1 parent 7b872d3 commit 20f53b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# dlshogiのDNNモデルをiOSのCore MLで動作させる実験コード

計算結果の誤差の計算(PyTorchでの計算結果と比較)と、速度ベンチマーク機構のみが実装されている。

Xcodeでのビルド・実機転送が必要。

## ファイルの準備

モデルとテストデータは大きいので、リポジトリ内に入れていない。GithubのReleasesから取得して配置する必要がある。
`DlshogiOnCoreML/SampleIO.bin`, `DlshogiOnCoreML/Preview Content/DlShogiResnet10SwishBatch.mlmodel`の配置が必要。

0 comments on commit 20f53b5

Please sign in to comment.