VGraphRNN/VGRNN

Incorrect use of torch.nn.utils.clip_grad_norm

Closed this issue · 0 comments

In both training examples clip_grad_norm() is called after opt.step() so it isn't doing anything. It should either be removed or moved before the optimizer updates the model components