Back to FabImage Deep Learning website

You are here: Start » Computer Vision » Deep Learning » DL_Configure

DL_Configure


Header: FILDL.h
Namespace: fil
Module: DL_Common

Filter is used to change basic Deep Learning configuration.

Syntax

C++
C#
 
void fil::DL_Configure
(
	const int inPort,
	const ftl::Optional<int> inConnectionTimeout
)

Parameters

Name Type Range Default Description
Input value inPort const int 0 - 65535 8210 Number of port used by service
Input value inConnectionTimeout const Optional<int> 0 - 10000 Time which each filter will try to connect to service

Errors

List of possible exceptions:

Error type Description
DomainError Filter DL_Configure can be executed before any connection to service was performed.