Skip to content

Commit b611c70

Browse files
committed
finish
1 parent 837312f commit b611c70

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

LICENSE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,4 +339,14 @@ LMax Disruptor is open source software licensed under the Apache License 2.0 and
339339
Project page: https://github.com/LMAX-Exchange/disruptor
340340
License: https://github.com/LMAX-Exchange/disruptor/blob/master/LICENCE.txt
341341

342+
--------------------------------------------------------------------------------
343+
344+
The following files include code modified from LMax Disruptor project.
345+
346+
./iotdb-core/ainode/iotdb/ainode/core/model/chronos2/*
347+
348+
The chronos-forecasting is open source software licensed under the Apache License 2.0
349+
Project page: https://github.com/amazon-science/chronos-forecasting
350+
License: https://github.com/amazon-science/chronos-forecasting/blob/main/LICENSE
351+
342352
--------------------------------------------------------------------------------

iotdb-core/ainode/iotdb/ainode/core/model/chronos2/pipeline_chronos2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,4 +388,4 @@ def _predict_step(
388388
return prediction
389389

390390
def postprocess(self, output: torch.Tensor):
391-
return output[0].mean(dim=1)
391+
return output[0].mean(dim=1, keepdim=True)

0 commit comments

Comments
 (0)