ethereon / netscope

Neural network visualizer

Home Page:http://ethereon.github.io/netscope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parsing repeated fields

xiaoyong opened this issue · comments

Hello @ethereon,

For repeated fields in a prototxt file, we may put the values between a pair of bracket, e.g. mean_value: [128, 128, 128]. When trying to visualize it, I got an error:

Error Encountered
Line 22, Column 17: Expected "'", """, "{", key or number but "[" found.

Is it possible to add support for this syntax? Thanks!

Hi @xiaoyong,

Thanks for reporting this. I've pushed an updated parser that should resolve this issue.

Great! Thanks!