Jing Zhang

Results 1 issues of Jing Zhang

I got a runtime error when I tried to plot a model graph whose input x actually is a dict. ``` import hiddenlayer as hl x = getBuff(0) hl.build_graph(net, x)...