More work on tring to make torch work
This commit is contained in:
6
test.go
6
test.go
@@ -11,7 +11,7 @@ import (
|
||||
"github.com/charmbracelet/log"
|
||||
)
|
||||
|
||||
func main_() {
|
||||
func _main() {
|
||||
|
||||
log.Info("Hello world")
|
||||
|
||||
@@ -27,6 +27,10 @@ func main_() {
|
||||
LayerType: dbtypes.LAYER_DENSE,
|
||||
Shape: "[ 10 ]",
|
||||
},
|
||||
&dbtypes.Layer{
|
||||
LayerType: dbtypes.LAYER_DENSE,
|
||||
Shape: "[ 10 ]",
|
||||
},
|
||||
}, 0, true)
|
||||
|
||||
var err error
|
||||
|
||||
Reference in New Issue
Block a user