-
Notifications
You must be signed in to change notification settings - Fork 12
tihu server weird respond #39
Comments
@Hajix Thanks for using Tihu and sorry for the inconvenience. You are right, I fixed it at here c19434f. It just needed to add local bin path to the global PATH. Dockerfile now should load correctly, please update your local code. Two things might help you using tihu: If you have any client app for working with grpc, I appreciate if you can publish it here. |
thanks for your response... Pull latest changes and building docker resolve the g2p model errors. but still get the same response from the server!?
p.s. if there is no constraint to use tf for g2p model, I'll be glad to build a model with pytorch and train it on zaya |
You can't call gRPPC server like that, You need to write a gRPC client to call tihu server. I have added new targets to compile protobuf for It's so easy to write a js or go client for tihu server. Go ahead. Unfortunately I haven't time to do it right now. I will appreciate if you can send a PR. example of go client for gRPC: https://github.com/grpc/grpc-go/tree/master/examples
I will appreciate any help. Just make sure the tags are similar with what we have in tihu. Look here: https://github.com/tihu-nlp/tihudict/blob/master/tihu.phones |
Hi
I try to build and run tihu docker. Creating and running docker image using current
Dockerfile
:After checking
Dockerfile
, I realize thatmake ready
was missed so theg2p model
was not downloaded. Addmake ready
toDockerfile
, will change the log to:But in both cases server respond with something non sense!
Please help me to run tihu server. @b00f
regards
The text was updated successfully, but these errors were encountered: