Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IsDebug bool IsVerbose bool AppSecret string CfgFile string )
View Source
var ( DefaultEvaulationModels = []string{ "TorchVision_AlexNet_1.0", } DefaultEvaluationFrameworks = []string{ "pytorch", } FrameworkNames = map[string]string{ "tensorflow": "TensorFlow", "tensorrt": "TensorRT", "mxnet": "MXNet", "caffe": "Caffe", "caffe2": "Caffe2", "cntk": "CNTK", "pytorch": "PyTorch", "onnxruntime": "ONNXRuntime", } )
Functions ¶
func NewProgress ¶ added in v0.3.0
func NewProgress(prefix string, count int) *pb.ProgressBar
func ParseModelName ¶ added in v0.2.19
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.