The Xentara Torch Engine v1.1
User Manual
JSON Format Sample For Torch Engine Module

A sample JSON object describing an Torch Engine :

{
"@Skill.Torch-Engine.Module": {
"id": "Torch Engine",
"uuid": "848bf8a0-95f6-4d70-a69c-7162ec2f76ef",
"modelPath": "C:\\Path\\To\\model.pt",
"deviceType": "CPU",
"input": {
"type": "Float32",
"timeSteps":500,
"dataPoints": [
"3rd Floor.Room 301.Pressure",
"3rd Floor.Room 301.Temperature"
]
},
"output": {
"type": "Float32",
"sizes": [2],
},
"children": [
{
"@Skill.Torch-Engine.Output": {
"id": "Output Zero",
"uuid": "ae9f629a-01f4-4617-a8e3-b103301213c0",
"index": 0
}
},
{
"@Skill.Torch-Engine.Output": {
"id": "Output One",
"uuid": "fd629b3a-a84b-4375-b167-233f47327c91",
"index": 1
}
}
]
}
}