go-tensorrt icon indicating copy to clipboard operation
go-tensorrt copied to clipboard

Go binding to TensorRT C API to do inference with pre-trained model in Go

Results 2 go-tensorrt issues
Sort by recently updated
recently updated
newest added

While trying to get the package `go get -v github.com/rai-project/go-tensorrt` it failed with the following. ``` github.com/rai-project/dlframework github.com/rai-project/go-cupti # github.com/rai-project/dlframework go/src/github.com/rai-project/dlframework/predictor.pb.gw.go:295:65: too many arguments in call to "github.com/grpc-ecosystem/grpc-gateway/runtime".NewPattern go/src/github.com/rai-project/dlframework/predictor.pb.gw.go:295:121: undefined:...

finally make things work with fork for this repo. The example networks should be located as `./_fixtures/inception_v4/...`