From 6da4f6780267b83c0eb0cd5000b5150ddc3ef97f Mon Sep 17 00:00:00 2001 From: Aravind Ravva Date: Fri, 3 Jul 2020 11:31:29 +0530 Subject: [PATCH] update models.py in constructor self.print_spec not assigned --- ops/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/models.py b/ops/models.py index ea839bc3..c98b8c00 100755 --- a/ops/models.py +++ b/ops/models.py @@ -28,7 +28,7 @@ def __init__(self, num_class, num_segments, modality, self.consensus_type = consensus_type self.img_feature_dim = img_feature_dim # the dimension of the CNN feature to represent each frame self.pretrain = pretrain - + self.print_spec=print_spec self.is_shift = is_shift self.shift_div = shift_div self.shift_place = shift_place