diff --git a/dan/ocr/manager/training.py b/dan/ocr/manager/training.py index 28183848eb6be5386b856d8fbe23c1c2e29539ba..82cfa763f6c23366df9dabe7a1997a8698a99cc3 100644 --- a/dan/ocr/manager/training.py +++ b/dan/ocr/manager/training.py @@ -101,7 +101,10 @@ class GenericTrainingManager: def init_hardware_config(self): # Debug mode - if self.device_params["force"] not in [None, "cuda"] or not torch.cuda.is_available(): + if ( + self.device_params["force"] not in [None, "cuda"] + or not torch.cuda.is_available() + ): self.device_params["use_ddp"] = False self.device_params["use_amp"] = False