More work on the torch version

This commit is contained in:
2024-04-23 11:54:30 +01:00
parent a4a9ade71f
commit 527b57a111
4 changed files with 109 additions and 102 deletions

View File

@@ -27,6 +27,7 @@ func (n *ContainerModel) ForwardT(x *torch.Tensor, train bool) *torch.Tensor {
}
if len(n.Layers) == 1 {
log.Info("here")
return n.Layers[0].ForwardT(x, train)
}