tfgo icon indicating copy to clipboard operation
tfgo copied to clipboard

Tensorflow + Go, the gopher way

Results 20 tfgo issues
Sort by recently updated
recently updated
newest added

Hi, I trained a model with custom op and export it using `saved_model` API and I would like to serve it using tfgo. However, since tfgo binds to tensorflow C...

It seems that it is not possible to use "github.com/galeone/tfgo/proto/example" from tfgo v2.9. Are there any available ways to use example.Features and example.Example in tfgo v2.9? Or could you let...

as this python model example: How do i append the SparseTensor? input as (indices,values,dense_shape)

I'm opening up a new issue since **none** of the solutions given in the original issue fix the problem at all. C:\Users\User\go\src\testTensor>go get github.com/galeone/tfgo package github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto: cannot find package "github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto"...

help wanted

This is related to https://github.com/galeone/tfgo/issues/23 Why does the API not support tf.Variable? What would it take to add it?

I understand the convenience of just turning errors into panics, it allows easier method chaining and can make the code look much cleaner. But when integrating into existing codebases, the...

Can you use this package as OCR, is there a simple example that can extract text from image?

Here's the example I'm trying: https://gist.github.com/9nut/f95bb4cbe9c223e9f73a9e06429f71ac I get a panic, an error message similar to this tensorflow issue that @galeone also commented on: https://github.com/tensorflow/tensorflow/issues/44428 Here's the output from my attempt:...