The Xentara Torch Engine v1.1
User Manual
|
A JSON object describing a Torch Engine has following syntax:
id | A string value containing the ID of the module. The ID is used to construct the module's primary key. |
UUID | A string value containing the unique UUID of the module. |
ACL | An optional JSON object containing the element ACL of the module. The format of the block is described here. |
modulePath | A string value containing the absolute path of the model.pt . |
deviceType | A string value containing the type of the device ("CPU" or "CUDA"). |
input | A JSON array containing properties of the input for time series or for non time series. |
output | A string value containing properties of the output of the model. |
type | A string value containing the data type of the model.
|
sizes | An array which contains integer values for each dimention. |
children | A JSON array containing the output |
Please remember that each element block requires two layers of {}
due to the syntax restrictions of the JSON format.