29 Commits (76c7de776aecd7ecd70e4a2ad4eef4a390855112)

Author SHA1 Message Date
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 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 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 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 43a693dd9d remove verbose log of webgui 4 years ago
ZhangGe6 30324c1c2e Windows exe is created 4 years ago
ZhangGe6 c269500e8c Flaskwebgui works as expected 4 years ago
ZhangGe6 95f18e37b0 the feature of `change node attribute` is basically done 4 years ago
ZhangGe6 f0eeac4cba add `Enter` button for deleting node; change the index button name from `Preview` to `Refresh` 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 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 d92ecd285c added node attributes keep successfully while refreshing 4 years ago
ZhangGe6 39eb7ff18f move the `add node` button to the index page 4 years ago
ZhangGe6 47c07746ec the dropdown menu of adding new node is basically done 4 years ago
ZhangGe6 0d8a9814f9 add sample models in the readme 4 years ago
ZhangGe6 ee2ba46898 polish code and make the repo public 4 years ago
ZhangGe6 a11ca520c4 change the logo and links in the index page 4 years ago
ZhangGe6 0774073a79 sweetalert is added for nice alert 4 years ago
ZhangGe6 323c85fb1f modify_node_io_name() basically done 4 years ago
ZhangGe6 aa2541f6e3 fix bug in delete_backtrack() 4 years ago
ZhangGe6 228fc77d6d good job. All encountered problems have been solved 4 years ago
ZhangGe6 5dac902815 onclick function for main page buttons are done 4 years ago
ZhangGe6 890e54ae20 transmit uploaded file from js to python done 4 years ago
ZhangGe6 587a02b30a flask version works! 4 years ago
ZhangGe6 09f23c7152 onnx.js during host.require(id) is missed now 4 years ago