micheal2019

Results 1 comments of micheal2019

extractor.py def stride(self): sss=TensorList([f.stride() for f in self.features if self._return_feature(f)]).unroll() usus=[] for i in range(0,len(sss)): usus.append(sss[i]) return torch.Tensor(usus)