NifTK / NiftyNet

[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
http://niftynet.io
Apache License 2.0
1.36k stars 404 forks source link

Feature request: Gradient clipping embedded in the applications #342

Open danieltudosiu opened 5 years ago

danieltudosiu commented 5 years ago

This issue is to track progress on new features for embedding gradient clipping into the base application

At the moment if somebody wants to do gradient clipping they need to modify each application. The solution is to create a new method in the base application that is being called to processes the gradient before they are being applied.