nvflare.fuel.utils.constants module
- class FrameworkType(value)[source]
Bases:
str,EnumMachine learning framework type.
Used to identify the ML framework for model handling, persistor selection, and checkpoint validation across both server and client components.
- NUMPY = 'numpy'
- PYTORCH = 'pytorch'
- RAW = 'raw'
- TENSORFLOW = 'tensorflow'