HachiML commited on
Commit
097d6a7
·
verified ·
1 Parent(s): 1df2af3

Upload feature_extraction_moment.py

Browse files
Files changed (1) hide show
  1. feature_extraction_moment.py +1 -0
feature_extraction_moment.py CHANGED
@@ -111,6 +111,7 @@ class MomentFeatureExtractor(FeatureExtractionMixin):
111
 
112
 
113
  def _pad_time_series(
 
114
  time_series_values: Union[torch.Tensor, List[torch.Tensor]],
115
  padding: Union[bool, Literal['longest', 'max_length', 'do_not_pad']] = 'do_not_pad',
116
  max_length: Union[int, None] = None
 
111
 
112
 
113
  def _pad_time_series(
114
+ self,
115
  time_series_values: Union[torch.Tensor, List[torch.Tensor]],
116
  padding: Union[bool, Literal['longest', 'max_length', 'do_not_pad']] = 'do_not_pad',
117
  max_length: Union[int, None] = None