Andrey Nikishaev
1 min readApr 17, 2020

--

Dont know why you do something in Go while TF and Pytorch making C apps with no external dependencies and work much faster the Go.
As for concurrency, it’s very strange when we are working with CUDA. It doesn't matter how concurrent language is, while you have CUDA bottleneck.
So all concurrencies are done with a queue which not language-dependent.

--

--