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

Name Type Range Default Description
inDeepModelLocationstring
outDeepModelstring

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.

See also