Skip to content

Commit

Permalink
Fixed strides (#2502)
Browse files Browse the repository at this point in the history
  • Loading branch information
kavya-r30 authored Jan 19, 2025
1 parent 359baf0 commit c38791c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aeon/classification/deep_learning/_lite_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def _fit(self, X, y):
use_litemv=self.use_litemv,
n_filters=self.n_filters,
kernel_size=self.kernel_size,
strides=self.strides,
file_path=self.file_path,
save_best_model=self.save_best_model,
save_last_model=self.save_last_model,
Expand Down

0 comments on commit c38791c

Please sign in to comment.