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( string inDeepModelLocation, out string outDeepModel )
Parameters
Errors
| Error type | Description |
|---|---|
| DomainError | Invalid DeepModel in DeepLearning_LoadModel. |
| IoError | Unable to connect to Deep Learning Serivce. Please check if service is up and running. |
| IoError | Connection with service lost. |


