mirror of
https://github.com/amazon-science/chronos-forecasting
synced 2026-05-24 01:58:27 +00:00
Remove min_past
This commit is contained in:
parent
b2020fa545
commit
4dc9f486d6
1 changed files with 0 additions and 1 deletions
|
|
@ -302,7 +302,6 @@ class Chronos2Pipeline(BaseChronosPipeline):
|
|||
prediction_length=prediction_length,
|
||||
batch_size=batch_size,
|
||||
output_patch_size=self.model_output_patch_size,
|
||||
min_past=min_past,
|
||||
mode=DatasetMode.VALIDATION,
|
||||
convert_inputs=convert_inputs,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue