-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADD SRResNet #45
Comments
作業手順は下記を参考にしてください。 |
作業内容 |
モデル読み込み時のエラーについて ・公式tflite ・ailia tflite runtime |
.onnx → .tflite (float32) (int8) の変換について、 なお、quantize.pyは こちら のスクリプトを参考にしました。 |
ailia-tflite runtime でモデルを読み込む部分↓ でエラーが出ます。 エラー内容
AILIA-TFLITE 評価版 を再度インストールして確認しましたが、結果は同じでした。 なお、公式のTFlite では上手く動作します。 |
現在、ailia tflite runtimeがサポートしているテンソルの次元数は4までとなっています。 |
ONNXモデル的には4次元で走りそうではあるのですが、変換の過程か何かで5次元になっていそうな気がします。 |
確認したところ、私が変換した.tfliteファイル (float32) において、 変換したファイルはこちら↓ |
6次元になっている部分のみ修正する方法はあるのでしょうか? |
オプションなど見直して、再度変換を実行しましたが、 |
最後のPixelShuffleが、TransposeとReshapeで実装されているみたいですね。 |
srresnetをonnxからtfliteに変換する。
https://github.com/axinc-ai/ailia-models/tree/master/super_resolution/srresnet
The text was updated successfully, but these errors were encountered: