95 Commits (1123)
 

Author SHA1 Message Date
wangchunlin 76c7de776a e6ec是最后一版可以使用的,在onnx_modifier.py中必须有import parse_tensor才行,不然下载不了修改的模型,windows上的exe没有试不知道,再增加一个resort脚本,必须过一遍,不然会出错 3 years ago
ZhangGe6 e6ec898f41 support removing legacy isolated nodes (like Constant) automatically (https://github.com/ZhangGe6/onnx-modifier/issues/21) 3 years ago
ZhangGe6 d4a29ef241 use textarea, rather than input element to hold initializer, for more flexible view 3 years ago
ZhangGe6 5aabb9f0ce support editing initializer for newly added 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 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 e5d60110b1 fix issue when rebatch info is empty(), as is https://github.com/ZhangGe6/onnx-modifier/issues/18 mentioned 3 years ago
ZhangGe6 7e8e7e9ffa support editing batch size, as https://github.com/ZhangGe6/onnx-modifier/issues/17 refers 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 8795a9a2ba add argparse module for custom configs, as refered in https://github.com/ZhangGe6/onnx-modifier/issues/15 3 years ago
ZhangGe6 58e5bb85ee update docs 4 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 f45da8d4fb fix issue https://github.com/ZhangGe6/onnx-modifier/issues/12 where extra inputs emerges after deleting nodes 4 years ago
ZhangGe6 7efab04f3a fix typo in readme.md 4 years ago
ZhangGe6 637aeea7f1 update to-do list 4 years ago
ZhangGe6 062a5d166b update reamdme.md 4 years ago
ZhangGe6 e1ad382665 polish the code and push to github 4 years ago
ZhangGe6 13e00113fb try to support renaming model input/output reported in issue https://github.com/ZhangGe6/onnx-modifier/issues/8 4 years ago
ZhangGe6 b34157e345 changing the name of model input is done 4 years ago
ZhangGe6 43a693dd9d remove verbose log of webgui 4 years ago
ZhangGe6 131362ce61 merge request https://github.com/ZhangGe6/onnx-modifier/pull/5 and update readme 4 years ago
Zhang Ge 787453dba3
Merge pull request #5 from fengwang/master
Docker container for feature request at issue #4
4 years ago
Feng dfcfc624ab fetch modified models from mounted folder, as is explained in readme. 4 years ago
Feng c5d4d8f28a add docker container 4 years ago
Feng f92e5253a4 add docker container 4 years ago
ZhangGe6 dc5ec4b18d update readme & readme_zh-CN 4 years ago
ZhangGe6 0f35e2ba71 Windows exe is created 4 years ago
ZhangGe6 e675fdafca Windows exe is created 4 years ago
ZhangGe6 30324c1c2e Windows exe is created 4 years ago
ZhangGe6 c269500e8c Flaskwebgui works as expected 4 years ago
ZhangGe6 c58afa99ee update docs (readme, to_do and update_log) 4 years ago
ZhangGe6 f707b86d2c update readme_zh-CN 4 years ago
ZhangGe6 7861092c55 polish the code and push to github 4 years ago
ZhangGe6 03d8ea4d80 update readme 4 years ago
ZhangGe6 6d0eea0202 fix issues for custom added node when clicking `Reset` 4 years ago
ZhangGe6 95f18e37b0 the feature of `change node attribute` is basically done 4 years ago
ZhangGe6 2be1a4b604 fix Recover node bug 4 years ago
ZhangGe6 75a92c8263 fix the un-filled item in inputs/outputs list (like `concat`) issue 4 years ago
ZhangGe6 e3ef4580ac update readme.md for newer version 4 years ago
ZhangGe6 f0eeac4cba add `Enter` button for deleting node; change the index button name from `Preview` to `Refresh` 4 years ago
ZhangGe6 fcf8061baf unused-left-Constant-node issue is solved 4 years ago
ZhangGe6 2ad94d7042 fix custom added node deleting issues 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 d190aebf91 call _updateGraph() as soon as the node info is modified 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