gotch/example/mnist/cnn.go
2020-06-18 17:14:48 +10:00

10 lines
102 B
Go

package main
import (
"fmt"
)
func runCNN() {
fmt.Println("CNN will be implemented soon...!\n")
}