-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tensor example support #71
Comments
Isn't possible to use Is this the thing you are looking for or do I misunderstand your question? |
Now that I'm thinking about the proto/example thing clearly, I remember that I explicitly removed (a long time ago!) that part, because it's tensorflow itself that only supports SavedModels and the proto/example was there for feeding the estimators/frozen models. That type of model is not supported anymore by TensorFlow and therefore I removed them in this commit 132f4f1 You must use a SavedModel and feed the tensors using |
Thanks for quick answer! I'm gonna try it according to your comment. |
@galeone Could you help me to resolve the below build issue? |
You're using tensorflow, the official package - it's broken. You must use the fork I maintain instead:
As you can see the |
@galeone How can I make a tensor to input a model in case a model's input values involve different types like string, float32 at the same time? |
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 me know another way to feed saved models without them?
The text was updated successfully, but these errors were encountered: