ImageDataGenerator..::..FlowFromText Method

Flows image dataset from text file.

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

Syntax


public static ImageDataGenerator FlowFromText(
	string fileName
)
Public Shared Function FlowFromText ( _
	fileName As String _
) As ImageDataGenerator
public:
static ImageDataGenerator^ FlowFromText(
	String^ fileName
)

Parameters

fileName
Type: String
Name of the file which stores the image dataset information.

Return Value