From 21489bd97d45712d755851ba8757538326ae6d98 Mon Sep 17 00:00:00 2001 From: lorenzo Date: Fri, 26 Jul 2019 10:34:33 +0200 Subject: [PATCH] fix pylint disable --- monoloco/train/trainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monoloco/train/trainer.py b/monoloco/train/trainer.py index a6f6641..9b2b028 100644 --- a/monoloco/train/trainer.py +++ b/monoloco/train/trainer.py @@ -1,5 +1,5 @@ -# pylint: skip-file # TODO make train file and class trainer and +# pylint: disable=too-many-statements """ Training and evaluation of a neural network which predicts 3D localization and confidence intervals given 2d joints