From db95187b6b122994f73bedd6263b62fb0c886eb2 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 09:44:36 -0400 Subject: [PATCH] updated reqs --- pytorch_lightning/models/trainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch_lightning/models/trainer.py b/pytorch_lightning/models/trainer.py index a5c90711..7c45f35a 100644 --- a/pytorch_lightning/models/trainer.py +++ b/pytorch_lightning/models/trainer.py @@ -223,7 +223,7 @@ class Trainer(TrainerIO): this run will NOT use 16 bit precision ''' - warnings.warn(msg) + raise ModuleNotFoundError(msg) @property def data_parallel(self):