File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
iotdb-core/ainode/iotdb/ainode/core/model/chronos2 Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -339,4 +339,14 @@ LMax Disruptor is open source software licensed under the Apache License 2.0 and
339339Project page: https://github.com/LMAX-Exchange/disruptor
340340License: 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--------------------------------------------------------------------------------
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments