|
The Xentara Torch Engine v1.0
User Manual
|
A JSON object describing a Torch Engine has following syntax:
| id | A string value containing the ID of the Module. |
| uuid | A string value containing the unique UUID of the device. |
| 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.