http://www.emgu.com
Dump net structure, hyperparameters, backend, target and fusion to dot file
Namespace:
Emgu.CV.Dnn
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic void DumpToFile(
string path
)
Public Sub DumpToFile (
path As String
)
public:
void DumpToFile(
String^ path
)
member DumpToFile :
path : string -> unit
Parameters
- path
- Type: SystemString
Path to output file with .dot extension
See Also