CritasWang commented on issue #13745: URL: https://github.com/apache/iotdb/issues/13745#issuecomment-2408441908
是否满足一下几点呢 AINode 支持的PyTorch 2.1.0、 2.2.0版本训练的模型,需避免使用2.2.0版本以上的特性。 AINode支持使用PyTorch JIT存储的模型,模型文件需要包含模型的参数和结构。 模型输入序列可以包含一列或多列,若有多列,需要和模型能力、模型配置文件对应。 模型的输入输出维度必须在config.yaml配置文件中明确定义。使用模型时,必须严格按照config.yaml配置文件中定义的输入输出维度。如果输入输出列数不匹配配置文件,将会导致错误。 -- 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]
