You are here:
Start »
AVL.NET »
AVL.DeepLearning_LoadModel Method
AVL.DeepLearning_LoadModel Method
Loads Deep Learning model for further usage.
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void DeepLearning_LoadModel(
ref AvlNet.DeepLearningConnectionState ioState,
string inDeepModelLocation,
out string outDeepModel
)
Parameters
Errors
| Error type |
Description |
| DomainError |
Invalid DeepModel in DeepLearning_LoadModel. |
| IoError |
Unable to connect to Deep Learning Service. Please check if service is up and running. |
| IoError |
Connection with service lost. |
See also