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
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