pytorch/tnt

updateTrace() problem

soulslicer opened this issue · 0 comments

This obviously gives an error

        self.viz.updateTrace(X=np.array([x]), Y=np.array([y]), env=self.env, win=self.plots[var_name], name=split_name)

How on earth do i port this to the newer vizdom API?