This website works better with JavaScript.
76c7de776a
e6ec是最后一版可以使用的,在onnx_modifier.py中必须有import parse_tensor才行,不然下载不了修改的模型,windows上的exe没有试不知道,再增加一个resort脚本,必须过一遍,不然会出错
1123
wangchunlin
2022-12-05 15:39:29 +0800
e6ec898f41
support removing legacy isolated nodes (like Constant) automatically (https://github.com/ZhangGe6/onnx-modifier/issues/21 )
ZhangGe6
2022-11-02 11:31:32 +0800
d4a29ef241
use textarea, rather than input element to hold initializer, for more flexible view
ZhangGe6
2022-10-25 22:06:41 +0800
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 )
ZhangGe6
2022-10-25 21:19:13 +0800
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 )
ZhangGe6
2022-10-25 12:18:02 +0800
3dc195bf53
support scrolling to the last page position when updating model
ZhangGe6
2022-10-23 23:58:06 +0800
e5d60110b1
fix issue when rebatch info is empty(), as is https://github.com/ZhangGe6/onnx-modifier/issues/18 mentioned
ZhangGe6
2022-09-21 11:23:40 +0800
7e8e7e9ffa
support editing batch size, as https://github.com/ZhangGe6/onnx-modifier/issues/17 refers
ZhangGe6
2022-09-14 18:02:21 +0800
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
ZhangGe6
2022-09-07 23:39:12 +0800
8795a9a2ba
add argparse module for custom configs, as refered in https://github.com/ZhangGe6/onnx-modifier/issues/15
ZhangGe6
2022-09-07 23:04:04 +0800
58e5bb85ee
update docs
ZhangGe6
2022-08-14 00:06:58 +0800
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
ZhangGe6
2022-08-13 12:18:04 +0800
f45da8d4fb
fix issue https://github.com/ZhangGe6/onnx-modifier/issues/12 where extra inputs emerges after deleting nodes
ZhangGe6
2022-08-12 23:56:50 +0800
7efab04f3a
fix typo in readme.md
ZhangGe6
2022-07-08 16:32:17 +0800
637aeea7f1
update to-do list
ZhangGe6
2022-07-01 20:34:34 +0800
062a5d166b
update reamdme.md
ZhangGe6
2022-07-01 00:02:42 +0800
e1ad382665
polish the code and push to github
ZhangGe6
2022-06-30 23:56:32 +0800
13e00113fb
try to support renaming model input/output reported in issue https://github.com/ZhangGe6/onnx-modifier/issues/8
ZhangGe6
2022-06-30 23:49:45 +0800
b34157e345
changing the name of model input is done
ZhangGe6
2022-06-30 22:12:38 +0800
43a693dd9d
remove verbose log of webgui
ZhangGe6
2022-06-23 18:13:07 +0800
131362ce61
merge request https://github.com/ZhangGe6/onnx-modifier/pull/5 and update readme
ZhangGe6
2022-06-21 20:31:13 +0800
787453dba3
Merge pull request #5 from fengwang/master
Zhang Ge
2022-06-21 19:55:11 +0800
dfcfc624ab
fetch modified models from mounted folder, as is explained in readme.
Feng
2022-06-20 17:10:09 +0200
c5d4d8f28a
add docker container
Feng
2022-06-20 09:42:06 +0200
f92e5253a4
add docker container
Feng
2022-06-20 09:42:00 +0200
dc5ec4b18d
update readme & readme_zh-CN
ZhangGe6
2022-06-20 11:45:41 +0800
0f35e2ba71
Windows exe is created
ZhangGe6
2022-06-20 00:01:56 +0800
e675fdafca
Windows exe is created
ZhangGe6
2022-06-19 23:59:12 +0800
30324c1c2e
Windows exe is created
ZhangGe6
2022-06-19 23:57:14 +0800
c269500e8c
Flaskwebgui works as expected
ZhangGe6
2022-06-19 21:31:47 +0800
c58afa99ee
update docs (readme, to_do and update_log)
ZhangGe6
2022-06-19 20:00:35 +0800
f707b86d2c
update readme_zh-CN
ZhangGe6
2022-06-12 23:40:12 +0800
7861092c55
polish the code and push to github
ZhangGe6
2022-06-12 21:43:41 +0800
03d8ea4d80
update readme
ZhangGe6
2022-06-12 21:32:31 +0800
6d0eea0202
fix issues for custom added node when clicking `Reset`
ZhangGe6
2022-06-12 19:14:09 +0800
95f18e37b0
the feature of `change node attribute` is basically done
ZhangGe6
2022-06-12 15:50:46 +0800
2be1a4b604
fix Recover node bug
ZhangGe6
2022-06-12 11:33:11 +0800
75a92c8263
fix the un-filled item in inputs/outputs list (like `concat`) issue
ZhangGe6
2022-06-12 11:09:02 +0800
e3ef4580ac
update readme.md for newer version
ZhangGe6
2022-06-12 10:30:46 +0800
f0eeac4cba
add `Enter` button for deleting node; change the index button name from `Preview` to `Refresh`
ZhangGe6
2022-06-11 23:04:59 +0800
fcf8061baf
unused-left-Constant-node issue is solved
ZhangGe6
2022-06-11 22:52:58 +0800
2ad94d7042
fix custom added node deleting issues
ZhangGe6
2022-06-11 17:50:26 +0800
bb58bad176
Adding node feature is tested for some ops and works as expected. Currently, adding node with initializers is not supported
ZhangGe6
2022-06-11 17:41:22 +0800
7590775f74
changing node inputs/outputs in sidebar in a [in-place] manner seems done
ZhangGe6
2022-06-11 10:40:09 +0800
ffe2173b40
fixed shared `argument` problem
ZhangGe6
2022-06-11 08:18:37 +0800
f9aa8840c3
this is a backup before making some challenging changes for refresh node arguments
ZhangGe6
2022-06-10 16:48:33 +0800
d190aebf91
call _updateGraph() as soon as the node info is modified
ZhangGe6
2022-06-08 23:26:57 +0800
975682eafe
`add node` feature works for some simple node like Abs
ZhangGe6
2022-06-08 22:44:08 +0800
0face73b86
added node inputs/outputs keep successfully while refreshing
ZhangGe6
2022-06-07 22:04:18 +0800
d92ecd285c
added node attributes keep successfully while refreshing
ZhangGe6
2022-06-07 21:02:00 +0800
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
ZhangGe6
2022-06-06 23:21:47 +0800
39eb7ff18f
move the `add node` button to the index page
ZhangGe6
2022-06-05 21:20:07 +0800
69470225ec
custom added node shows on the page
ZhangGe6
2022-06-05 20:30:20 +0800
02d5b20440
get schema in view.js#activeGraph
ZhangGe6
2022-06-04 20:46:49 +0800
47c07746ec
the dropdown menu of adding new node is basically done
ZhangGe6
2022-06-03 21:40:45 +0800
da03961aa6
fix external data loading error for unix platform issue#https://github.com/ZhangGe6/onnx-modifier/issues/1
ZhangGe6
2022-05-10 12:21:34 +0800
0d8a9814f9
add sample models in the readme
ZhangGe6
2022-05-08 00:01:49 +0800
d775191211
Merge branch 'master' of github.com:ZhangGe6/onnx-modifier
ZhangGe6
2022-05-06 13:30:47 +0800
c36547ebfd
update readme_zh-CN
ZhangGe6
2022-05-06 13:30:34 +0800
265be39f92
update readme_zh-CN
ZhangGe6
2022-05-05 23:57:56 +0800
2d35c81e37
update readme
ZhangGe6
2022-05-05 23:53:40 +0800
14619e7439
Update readme_zh-CN.md
Zhang Ge
2022-05-01 12:25:19 +0800
4ac2912042
fix readme typo
ZhangGe6
2022-05-01 11:47:54 +0800
ee2ba46898
polish code and make the repo public
ZhangGe6
2022-05-01 11:42:19 +0800
a11ca520c4
change the logo and links in the index page
ZhangGe6
2022-05-01 11:14:13 +0800
300bfb4a58
refine English readme and add Chinese readme
ZhangGe6
2022-05-01 10:25:29 +0800
c7be4f451d
change readme
ZhangGe6
2022-04-30 23:42:05 +0800
0774073a79
sweetalert is added for nice alert
ZhangGe6
2022-04-30 20:23:26 +0800
7f2d094bfb
onnx-metadata.json found
ZhangGe6
2022-04-30 19:12:04 +0800
323c85fb1f
modify_node_io_name() basically done
ZhangGe6
2022-04-30 18:53:46 +0800
ed093dcc86
fix bug for delete_backtrack() and avoid changing model graph in-place
ZhangGe6
2022-04-30 15:15:04 +0800
dda773933b
change input/output name works in js
ZhangGe6
2022-04-30 13:42:27 +0800
4257934c11
add rename listener to node done
ZhangGe6
2022-04-30 11:17:12 +0800
da42adf713
add readme
ZhangGe6
2022-04-29 23:38:24 +0800
872c1409b4
add placeholder for rename in sidebar
ZhangGe6
2022-04-29 22:41:25 +0800
aa2541f6e3
fix bug in delete_backtrack()
ZhangGe6
2022-04-29 14:56:48 +0800
228fc77d6d
good job. All encountered problems have been solved
ZhangGe6
2022-04-28 23:22:22 +0800
4ff46e6acf
fix bug for the output has the same name with last node
ZhangGe6
2022-04-28 22:59:03 +0800
046f342c2e
remove initializers basically done
ZhangGe6
2022-04-28 21:05:50 +0800
7abf62f346
button configs basically done
ZhangGe6
2022-04-28 17:12:17 +0800
5dac902815
onclick function for main page buttons are done
ZhangGe6
2022-04-28 16:46:55 +0800
9d0b52908e
buttons on the main page (refresh, reset, download) are built, waiting for onclick
ZhangGe6
2022-04-28 16:30:34 +0800
8c24c0dcec
fix the bug of `output missing` after delete-refresh-reset, gonna to polish the layout
ZhangGe6
2022-04-28 14:21:15 +0800
1b1615bfa2
process for graph with un-named nodes done
ZhangGe6
2022-04-28 13:54:24 +0800
c75a50257d
remove node for nu-named node done. refresh graph for un-named node do not work
ZhangGe6
2022-04-28 10:44:44 +0800
4e69fa0d48
remove output node in js
ZhangGe6
2022-04-26 22:27:26 +0800
02837fd309
remove output node locally
ZhangGe6
2022-04-26 22:22:10 +0800
ebc280dc92
local onnxModifier done
ZhangGe6
2022-04-25 21:34:10 +0800
890e54ae20
transmit uploaded file from js to python done
ZhangGe6
2022-04-25 13:41:37 +0800
de16a7977b
delete node in a backtrack manner done. However, the output_node still stays
ZhangGe6
2022-04-24 21:51:41 +0800
8b6e3321e7
delete and refresh graph done
ZhangGe6
2022-04-24 20:20:42 +0800
a52a90c45e
transmit `node_state` from js to python done
ZhangGe6
2022-04-23 23:42:13 +0800
587a02b30a
flask version works!
ZhangGe6
2022-04-22 22:26:21 +0800
09f23c7152
onnx.js during host.require(id) is missed now
ZhangGe6
2022-04-22 21:09:42 +0800
d00a6f792f
a minimal netron for onnx
ZhangGe6
2022-04-22 20:27:50 +0800