Samsung / ONE

On-device Neural Engine
Other
439 stars 157 forks source link

[tools] model-explorer circle adaptor #14307

Open seanshpark opened 2 weeks ago

seanshpark commented 2 weeks ago

google has provided model graph viewer https://github.com/google-ai-edge/model-explorer . our circle model viewing can be provided with provided adapter extension https://github.com/google-ai-edge/model-explorer/wiki/6.-Develop-Adapter-Extension as separate python package through pypi.

current status of model viewing with netron

I'd like to begin an adapter for circle model, maybe in tools folder :)

seanshpark commented 2 weeks ago

About model explorer: https://ai.google.dev/edge/model-explorer

seanshpark commented 2 weeks ago

items to work with

please edit this comment for items development and breakdown

steps

seanshpark commented 2 weeks ago

where to reference?

to publish from github Actions to pypi.org,

batcheu commented 1 week ago

I've tested my initial version of circle adapter and it seems to be working ;)

Screenshot of example circle model

It can also show a huge model (>1GB) either but it's very slow. (seems slower than netron)

seanshpark commented 4 days ago

experiments doing/done

seanshpark commented 3 days ago

Recently, we've added __init__.py file in circle_adapter folder, but seems guide (https://github.com/google-ai-edge/model-explorer/wiki/6.-Develop-Adapter-Extension) doesn't seem to mention this file...

--> I think we can remove this file like other Adapters.