gotch/example/mnist/cnn.go

10 lines
102 B
Go
Raw Normal View History

2020-06-18 08:14:48 +01:00
package main
import (
"fmt"
)
func runCNN() {
fmt.Println("CNN will be implemented soon...!\n")
}