More work on tring to make torch work

This commit is contained in:
2024-04-23 00:14:35 +01:00
parent 703fea46f2
commit a4a9ade71f
7 changed files with 109 additions and 43 deletions

View File

@@ -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