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