yunjey / pytorch-tutorial

PyTorch Tutorial for Deep Learning Researchers
MIT License
30.13k stars 8.12k forks source link

clip_grad_norm is now deprecated #143

Closed AutuanLiu closed 5 years ago

AutuanLiu commented 5 years ago

UserWarning: torch.nn.utils.clip_grad_norm is now deprecated in favor of torch.nn.utils.clip_grad_norm_.

yunjey commented 5 years ago

@AutuanLiu Thanks a lot!