Sequential..::..LoadNetConfig Method

Loads the neural network configuration saved using SaveNetConfig method.

Namespace:  SiaNet
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public static Sequential LoadNetConfig(
	string filepath
)
Public Shared Function LoadNetConfig ( _
	filepath As String _
) As Sequential
public:
static Sequential^ LoadNetConfig(
	String^ filepath
)

Parameters

filepath
Type: String
The filepath.

Return Value

Sequential model