Eric Kerfoot
Eric Kerfoot
This relates to the generative models and about turning GANTrainer into a more generalised adversarial training scheme.
The discussion in #7227 is about developing a base class for generative inferers to concentrate common code. Many other places may benefit from such refactoring as well.
### Description This is an attempt to create a slim Docker image which is smaller than the current one to avoid running out of space during testing. Various fixes have...
Torchscript is now fully deprecated in Pytorch 2.9. We should investigate converting usage in MONAI of `torch.jit` over to `torch.export`. Not all features and behaviours are supported as it is...