google-ai-edge / model-explorer

A modern model graph visualizer and debugger
Apache License 2.0
943 stars 65 forks source link

[Feature Request] Add front end rendering support for non latin based scripts #77

Open KevinKaChunLee opened 1 month ago

KevinKaChunLee commented 1 month ago

When rending nodes with labels not in latin based scripts, the node is rendered as ???

Example Code:

 vancouver = gb.GraphNode(id='vancouver', label='温哥华', namespace='Canada') 
 self.graph.nodes.extend([vancouver])
image
pkgoogle commented 1 month ago

This is pretty clear, we will look into this.