ZhangGe6
|
d4a29ef241
|
use textarea, rather than input element to hold initializer, for more flexible view
|
3 years ago |
ZhangGe6
|
d289f00f96
|
support editing initializer for primitive nodes (https://github.com/ZhangGe6/onnx-modifier/issues/6, https://github.com/ZhangGe6/onnx-modifier/issues/9, https://github.com/ZhangGe6/onnx-modifier/issues/22)
|
3 years ago |
ZhangGe6
|
3dc195bf53
|
support scrolling to the last page position when updating model
|
3 years ago |
ZhangGe6
|
49de3e7f21
|
fix model parsing issue when the model is load in a drag-and-drop way, as refered in https://github.com/ZhangGe6/onnx-modifier/issues/14
|
3 years ago |
ZhangGe6
|
38649877eb
|
implement `adding new model output` feature, which is mentioned in https://github.com/ZhangGe6/onnx-modifier/issues/7, https://github.com/ZhangGe6/onnx-modifier/issues/8, and https://github.com/ZhangGe6/onnx-modifier/issues/13
|
4 years ago |
ZhangGe6
|
7efab04f3a
|
fix typo in readme.md
|
4 years ago |
ZhangGe6
|
7861092c55
|
polish the code and push to github
|
4 years ago |
ZhangGe6
|
6d0eea0202
|
fix issues for custom added node when clicking `Reset`
|
4 years ago |
ZhangGe6
|
75a92c8263
|
fix the un-filled item in inputs/outputs list (like `concat`) issue
|
4 years ago |
ZhangGe6
|
bb58bad176
|
Adding node feature is tested for some ops and works as expected. Currently, adding node with initializers is not supported
|
4 years ago |
ZhangGe6
|
7590775f74
|
changing node inputs/outputs in sidebar in a [in-place] manner seems done
|
4 years ago |
ZhangGe6
|
ffe2173b40
|
fixed shared `argument` problem
|
4 years ago |
ZhangGe6
|
f9aa8840c3
|
this is a backup before making some challenging changes for refresh node arguments
|
4 years ago |
ZhangGe6
|
975682eafe
|
`add node` feature works for some simple node like Abs
|
4 years ago |
ZhangGe6
|
0face73b86
|
added node inputs/outputs keep successfully while refreshing
|
4 years ago |
ZhangGe6
|
d92ecd285c
|
added node attributes keep successfully while refreshing
|
4 years ago |
ZhangGe6
|
a6834ed3b5
|
constructing `adding node` feature, which is really a big bunch of work. It is a backup when changing node input in side-pannel is done
|
4 years ago |
ZhangGe6
|
69470225ec
|
custom added node shows on the page
|
4 years ago |
ZhangGe6
|
02d5b20440
|
get schema in view.js#activeGraph
|
4 years ago |
ZhangGe6
|
47c07746ec
|
the dropdown menu of adding new node is basically done
|
4 years ago |
ZhangGe6
|
7f2d094bfb
|
onnx-metadata.json found
|
4 years ago |
ZhangGe6
|
ed093dcc86
|
fix bug for delete_backtrack() and avoid changing model graph in-place
|
4 years ago |
ZhangGe6
|
dda773933b
|
change input/output name works in js
|
4 years ago |
ZhangGe6
|
09f23c7152
|
onnx.js during host.require(id) is missed now
|
4 years ago |