We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85d2e3 commit 4f9ac4dCopy full SHA for 4f9ac4d
examples/basic_classification/main.go
@@ -21,7 +21,7 @@ func main() {
21
if len(args) != 2 {
22
log.Fatal("Please provide an image as input")
23
}
24
- imageFile = args[1]
+ imageFile := args[1]
25
26
// Create an inference configurator value.
27
pluginPaths := dlinfer.NewStringVector()
0 commit comments