Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
seanshpark created a comment on a pull request on Samsung/ONE
> if there are unused variables or unimplemented functions you can fix this.
seanshpark pushed 1 commit to master Samsung/ONE
- [tools/mec] Add metadata of output tensor to each node (#14355) It appends the metadata of output tensor, such as te... 48cb060
seanshpark closed a pull request on Samsung/ONE
[tools/mec] Add metadata of output tensor to each node
It appends the metadata of output tensor, such as tensor shapes and name, to each node. --- * issue : #14307 * draft : #14318github-actions[bot] pushed 1 commit to gh-pages Samsung/ONE
- Deploying to gh-pages from @ Samsung/ONE@d05bec095e4a99d9b152ca960abeacee4b9f1ea5 🚀 19b4f8e
batcheu created a comment on a pull request on Samsung/ONE
|Before this PR|After this PR| |-|-| |<img src="https://github.com/batcheu/ONE/blob/draft/me_adapter/tools/model_explorer_circle/res/scr_add_edges.png?raw=true">|<img src="https://github.com/batc...
batcheu opened a pull request on Samsung/ONE
[tools/mec] Add metadata of output tensor to each node
It appends the metadata of output tensor, such as tensor shapes and name, to each node. --- * issue : #14307 * draft : #14318seanshpark pushed 1 commit to master Samsung/ONE
- [tools/mec] Add namespace to operator (#14354) It adds a namespace to the operator node based on the name of its ou... d05bec0
seanshpark closed a pull request on Samsung/ONE
[tools/mec] Add namespace to operator
It adds a namespace to the operator node based on the name of its output tensor. It helps folding graph by grouping of operators that uses same namespace. --- * issue: https://github.com/S...batcheu opened a pull request on Samsung/ONE
[tools/mec] Add namespace to operator
It adds a namespace to the operator node based on the name of its output tensor. It helps folding graph by grouping of operators that uses same namespace. --- * issue: https://github.com/S...seanshpark pushed 1 commit to master Samsung/ONE
- [tools/mec] Add edges between graph nodes (#14353) The model explorer draws edges based on the information provided ... f092fe3
seanshpark closed a pull request on Samsung/ONE
[tools/mec] Add edges between graph nodes
The model explorer draws edges based on the information provided by the 'IncomingEdge' API. By utilizing this API and a mapping from input tensors to source nodes, it adds edges accordingly. -...batcheu opened a pull request on Samsung/ONE
[tools/mec] Add edges between graph nodes
The model explorer draws edges based on the information provided by the 'IncomingEdge' API. By utilizing this API and a mapping from input tensors to source nodes, it adds edges accordingly. -...mhs4670go opened an issue on Samsung/ONE
[cirlce-interpreter] Run luci-interpreter in python directly
## What Let's introduce a library to run circle-interpreter in python directly. ## Why As part of the work to make our ONE tools python friendly, running circle-interpreter in python direc...BLee-bot created a comment on a pull request on Samsung/ONE
> Your current commit title/message is > > > [record-hessian] This commit introduce record hessian. > > This commit introduce record hessian. > > which doesn't seem to express current change...
seanshpark pushed 1 commit to master Samsung/ONE
- [tools/mec] Add pseudo const nodes for const tensors (#14351) The const tensor in circle model are orphan node that ... 827ae31
seanshpark closed a pull request on Samsung/ONE
[tools/mec] Add pseudo const nodes for const tensors
The const tensor in circle model are orphan node that doesn't have source node. So, it adds it as a separate node with special type 'pseudo_const' that is invisible in the the graph, but is anno...batcheu opened a pull request on Samsung/ONE
[tools/mec] Add pseudo const nodes for const tensors
The const tensor in circle model are orphan node that doesn't have source node. So, it adds it as a separate node with special type 'pseudo_const' that is invisible in the the graph, but is anno...seanshpark created a comment on a pull request on Samsung/ONE
- for #14330 - from #14334
seanshpark opened a pull request on Samsung/ONE
[github] Add workflow for tools/model-explorer-circle
This will introduce initial workflow for PR build and testing for tools/model-explorer-circle.seanshpark pushed 1 commit to master Samsung/ONE
- [tools/mec] Introduce noxfile (#14349) This will introduce initial noxfile script for package generation and unit te... f16f951
seanshpark closed a pull request on Samsung/ONE
[tools/mec] Introduce noxfile
This will introduce initial noxfile script for package generation and unit testing with nox.seanshpark pushed 1 commit to master Samsung/ONE
- [tools/mec] Revise pyproject.toml (#14348) This will revise pyproject.toml with necessary items for package generati... 78dc9bf
seanshpark closed a pull request on Samsung/ONE
[tools/mec] Revise pyproject.toml
This will revise pyproject.toml with necessary items for package generation.seanshpark pushed 1 commit to master Samsung/ONE
- [tools/mec] Revise MANIFEST.in (#14346) This will revise MANIFEST.in to include tests and exclude HOWTO.md. ONE-D... fb7c0a6