ycycse commented on issue #14112:
URL: https://github.com/apache/iotdb/issues/14112#issuecomment-2503389594

   AINode 在推理时,会通过 unsqueeze 方法,将从数据库从查到的二维数据(L * C)转为三维数据(1 * L * C)。所以你不用担心 
batchsize 这个额外的维度问题,会被统一处理,只要关注前面接受的时序数据的行列数就好


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to