tobe

Results 152 comments of tobe

Hi @wzl789139 , the example docker image will load all the models in the container as demo. You can remove the model files or specify the model to load when...

I have test with `docker run -d -p 8500:8500 tobegit3hub/simple_tensorflow_serving` in MacOS and it works like a charm. What's your error in Window 10? @navigabiz

It seems that your model has the op named 'BatchMatMulV2' but it can not be found in current TensorFlow version. Please make sure you use the same version of TensorFlow...

Actually we has the Python grpc server in this project https://github.com/tobegit3hub/tensorflow_template_application . But I do not think the Python grpc server is better than the one in C++ which is...

@zcfrank1st 对的,默认请求的timestamp包含了当前系统时间,精确到毫秒,如果是同一毫秒内的请求服务端会自动递增保证客户端不同而且是严格单调递增的。

Chronos uses the java client of ZooKeeper. Can you connect with the ZK server with the command-line or other clients? @wh469012917

很有价值的issue,设计之初没有考虑到,谢谢提醒。

@chengnl asyncSetPersistentTimestamp加synchronized是为了避免同时被调用到,同步方法里new新线程就是为了执行异步操作。这部分有点绕,会整理好的。

Thanks @onyas for your contribution. I'm maintaining this project now and hope @jianwei-cui could review and test it :smiley:

I'm so sorry that we have lost the configuration of the machines for benchmark. You can test in your machines and you will find chronos is not the bottleneck of...