yelihua
89217f9ddb
modify the case
5 years ago
yelihua
4e6bdd02b4
fix the bug of const value equals zero
5 years ago
mindspore-ci-bot
3d80b76841
!1016 Add multi-output converter function in PyTorch.
From: @moran3
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
e1d86b501e
!1009 Ui supports profiler without backward
From: @feng_xue_feng
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
2ec4f1eb03
!1013 Edit error code and refactor exception module
From: @liuchongming74
Reviewed-by: @lilongfei15,@wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
eda6cd679d
!1014 UI saliency-map / add description tip for filter image function
From: @weiyanxi
Reviewed-by: @xia_yi_fan1,@lilongfei15,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
liuchongming
ce2aaf06e9
Refactor exception module, and edit corresponding error code.
5 years ago
mindspore-ci-bot
bfeeda5212
!1017 fix the bug about getting wrong const scalar value
From: @yelihua
Reviewed-by: @wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
liuchongming
ba8cbd18e4
Remove the model that cannot run on Ascend but only GPU.
5 years ago
moran
eba5ec9615
Add multi-output converter module in PyTorch
5 years ago
yelihua
489481ebe9
fix the bug of getting const scalar value
5 years ago
mindspore-ci-bot
1bdddf57d2
!1005 Optimized switching Y-axis logic
From: @wei_ning_wang
Reviewed-by: @lilongfei15,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
mindspore-ci-bot
9ef21bf34d
!1010 UI fix bug that tensor graph add tips
From: @huang_wei_feng4
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
ae596e39dc
!1015 Fix cli commands of MindConverter README
From: @liuchongming74
Reviewed-by: @wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
ce0d6c0785
!1008 Fix the error of always creating log files in default workspace
From: @maning202007
Reviewed-by: @tangjr14,@wangyue01
Signed-off-by: @wangyue01
5 years ago
WeiFeng-mindinsight
5dab53e74e
UI fix bug that tensor graph add tips
5 years ago
liuchongming
875a5d009c
Fix CLI usage is not consistent with actual cli command.
5 years ago
weiyanxi
2e6a58a59e
UI saliency-map / filter selector add tooltip
5 years ago
fengxuefeng
6bfd779935
Ui supports profiler without backward
5 years ago
maning202007
68bf267ade
fix the error of always creating log files in default wordspace
5 years ago
ph
dabab9b108
add patch for axios to fix CVE issue
5 years ago
wwx691809
51c8175449
Optimized switching Y-axis logic
5 years ago
mindspore-ci-bot
d288d33783
!1000 UI fix bug that tensor graph display is not obvious when graph is large and do not show axis name when no data in Model Lineage
From: @huang_wei_feng4
Reviewed-by: @wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
20a15570d0
!976 UI rewrite search-select component and add preventor for page number changing
From: @weiyanxi
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
ab9d89246a
!988 UI XAI add the NaN fault tolerance processing
From: @xia_yi_fan1
Reviewed-by: @lilongfei15,@wangyue01
Signed-off-by: @wangyue01
5 years ago
mindspore-ci-bot
8ec5741cde
!993 UI plug-in version update
From: @xia_yi_fan1
Reviewed-by: @wenkai_dist,@wangyue01
Signed-off-by: @wangyue01
5 years ago
WeiFeng-mindinsight
9a2400873d
UI fix bug that tensor graph display is not obvious when graph is large and do not show axis name when no data in Model Lineage
5 years ago
mindspore-ci-bot
6610462fa4
!1001 enable recheck on step 0
From: @yelihua
Reviewed-by:
Signed-off-by:
5 years ago
yelihua
a2bab88378
enable recheck at step 0
5 years ago
liuchongming
d58a5bcbbb
Add module rename function and add exception define.
5 years ago
mindspore-ci-bot
0302369b3b
!972 Optimize input_shape check & Add function to process multi-input and multi-output in pytorch.
From: @moran3
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
0c8f5edb7f
!999 Fix the bug when debugger-port and port are same
From: @maning202007
Reviewed-by: @wenkai_dist
Signed-off-by:
5 years ago
mindspore-ci-bot
054de05cd1
!996 fix the bug about const tensor overview
From: @yelihua
Reviewed-by: @wenkai_dist,@wangyue01
Signed-off-by: @wangyue01
5 years ago
mindspore-ci-bot
a563bc62bd
!998 Merge Generator to MindConverter, and clean unused and redundant logic and code
From: @liangtianshu
Reviewed-by:
Signed-off-by:
5 years ago
maning202007
2ec229a1a3
Fix the bug when debugger-port and port are same.
5 years ago
liangtianshu
666a0d35a3
Updates on merging generator to MindConverter, and unnecessary logic clean
5 years ago
yelihua
73923dd348
fix the bug about getting const tensor graph
5 years ago
mindspore-ci-bot
99430b620d
!992 Make the code more elegant
From: @maning202007
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
e884007a35
!995 Transfer NaN value to string for json format.
From: @yuhanshi
Reviewed-by: @lilongfei15,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
maning202007
e79ca300e9
Change the merge function for predefined watchpoints, make it more simply and efficcient
5 years ago
mindspore-ci-bot
da1061f7e5
!990 UI add sending state handling of debugger training
From: @huang_wei_feng4
Reviewed-by: @wenkai_dist
Signed-off-by:
5 years ago
YuhanShi53
ca3cb83b68
change the NaN value to 'NaN' string for json format
5 years ago
WeiFeng-mindinsight
b5562992b2
UI add sending state handling of debugger training
5 years ago
moran
7a456510ce
Optimize input_shape check & Add function to process multi-input and multi-output in pytorch
5 years ago
mindspore-ci-bot
233f396e83
!991 Update MindConverter README docs
From: @liuchongming74
Reviewed-by: @lilongfei15
Signed-off-by:
5 years ago
liuchongming
0e37e36d27
Update MindConverter readme docs and add error codes into readme.
5 years ago
mindspore-ci-bot
2f116ab232
!989 update mindinsight settings in stop script
From: @liangyongxiong1024
Reviewed-by: @wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
f70141dfd9
!977 MindConverter adds generator, Node and Module Struct, and other dependencies
From: @liangtianshu
Reviewed-by:
Signed-off-by:
5 years ago
liangtianshu
03b2867978
MindConverter adds generator and its required dependencies.
Add global context to exchange information among multiple classes to reduce passing arguments through multiple procedures.
Add Node and Module Struct to store all information converted for MindSpore script generation
Add Args translator and scope utils to help process scope information and operators' arguments
Add generator to generate the MindSpore script from information stored in Node and Module struct.
5 years ago
mindspore-ci-bot
4973ada694
!987 fix mindinsight print all ip when the host is set to 0.0.0.1
From: @ouwenchang
Reviewed-by: @tangjr14,@lilongfei15,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago