-
How to visualize the generated log.json file? Is there a special .py file? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @Emily0819, we hasn't provided a script for visualize
Then train your model with commands below.
For other choices, you can refer to https://zhuanlan.zhihu.com/p/387078211 There may be some occasions that visualization backend cannot be used and a script would be better, we will appreciate it a lot if you would like to offer one. |
Beta Was this translation helpful? Give feedback.
-
@plyfager Thank you for your reply! |
Beta Was this translation helpful? Give feedback.
Hi @Emily0819, we hasn't provided a script for visualize
json
file. However, you can use visualization backend like tensorboard for your purpose. Just install tensorboard and add lines below.Then train your model with commands below.
For other choices, you can refer to https://zhuanlan.zhihu.com/p/387078211
There may be some occasions that visualization backend cannot be used and a script would be better, we will appreciate it a lot if you would like to offer one.