Click or drag to resize

NetDumpToFile Method

http://www.emgu.com
Dump net structure, hyperparameters, backend, target and fusion to dot file

Namespace:  Emgu.CV.Dnn
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void DumpToFile(
	string path
)

Parameters

path
Type: SystemString
Path to output file with .dot extension
See Also