flip.nvflare.components.cleanup
Classes
CleanupImages takes place at the start and end of the run. |
Module Contents
- class flip.nvflare.components.cleanup.CleanupImages[source]
Bases:
nvflare.apis.executor.ExecutorCleanupImages takes place at the start and end of the run. All the images used for the training are deleted to prevent the build-up of unnecessary files on the storage space. Executing at the start of a run ensures that any training code is executed with a clean slate.
Args:
Raises: