Added ViT example#85
Open
Kitazume-Ax wants to merge 3 commits intomainfrom
Open
Conversation
Contributor
|
モデルアップロードしました。 @Kitazume-Ax 下記のIssueに、再現できるように、モデルをエクスポートする手順を記載していただいても良いでしょうか。 ・使用したリポジトリ |
Contributor
|
ailia_tfliteの場合、下記のエラーになる。 |
Contributor
Contributor
|
@Kitazume-Ax その後、精度は出ないと思いますが、int8に量子化してみていただけると嬉しいです。量子化ツールに綺麗に流れるかどうかを把握したいと考えています。 |
Author
|
int8量子化に対応したPRに更新してあります。 |
Contributor
Contributor
|
花の分類モデルの模様。 daisy.jpg float int8 clock.jpg float int8 |
Contributor
|
@Kitazume-Ax このモデルって、独自に学習されたものでしょうか? |
Author
|
SlackやIssueにも書いていますが、元実装のImageNet学習済みウェイトはURLが404で失われているため、手元のPCでも学習可能な規模のデータセットの tf_flowers で学習させたものです。 |
Contributor
|
承知しました! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

作成中のViTサンプルのPRです。
floatのモデルで、TensorFlow Liteを使用して実行した時の動作を確認済みの状態です。