Closed szagoruyko closed 6 years ago
Running master 0.4.0a0+2df578a, get this while running notebook:
0.4.0a0+2df578a
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-4-fe552e8dc282> in <module>() ----> 1 trace, _ = torch.jit.trace(model, args=(x,)) 2 make_dot_from_trace(trace) TypeError: 'function' object is not iterable
Is that related to this issue?
https://github.com/lanpa/tensorboard-pytorch/pull/106
fixed now
Running master
0.4.0a0+2df578a
, get this while running notebook: