Gabriel Lopes Silva

Results 4 comments of Gabriel Lopes Silva

Cheers buddy, I am trying to implement reduceMean and i did not understand how to take the parameters from the network. I saw the following code into the resharp implementation:...

> Can you paste the result of `fmt.Printf("\nTensor %T", reduced.Value())` Cheers mate, I run this ```go fmt.Printf("\n Tensor: %+v", reduced.Type()) fmt.Printf("\n Reduced shape: %v", reduced.Shape()) fmt.Printf("\n Tensor: %T", reduced) fmt.Printf("\n...

> I think I got it. A while ago, I changed the code of Gorgonnx to use the GoMachine for two reasons: > > * trying the GoMachine in the...