Wei Qi

Results 15 comments of Wei Qi

> https://www.52pojie.cn/thread-1013773-1-1.html > 据说是官方提供的linux版本,下载测试了,支持显示加密消息 > > https://pan.baidu.com/s/1LuDlmZBJvYYWhBBJVsYqhQ 提取码: 2dgg 用了段时间,目前不支持文件传输,图片啥的都发不出去,有遇到这个问题吗?

@pch9520 官方内测版,支持加密信息 链接:https://pan.baidu.com/s/1LuDlmZBJvYYWhBBJVsYqhQ 提取码: 2dgg

但是文件传输好像不行了

用过几个月,加密信息可以看,但是不能发文件包括图片

改成python3需要更改三个地方才能跑起来. 1. ```python np.random.shuffle(sents) # 打乱语料,以便后面划分验证集 sents = sents[0] chars = {} # 统计字表 ``` 2. ```python def max_in_dict(d): # 定义一个求字典中最大值的函数 key, value = list(d.items())[0] for i, j in list(d.items())[1:]:...

@rmothukuru I try running the Container with the below parameters but the same result. ************************************ docker run --runtime=nvidia -it --rm -p 8501:8501 \ -v "$(pwd)/densenet_ctc:/models/docker_test" \ -e MODEL_NAME=docker_test tensorflow/serving:latest-gpu \...

@rmothukuru Thanks. [google drive](https://drive.google.com/open?id=12DbRjH7MFserT3YpHTt9Ngwwly-Eli16) This is my model and client.

@rmothukuru I tested my other models, such as the verification code recognition model, and the parameters are the same, it is normal to use gpu for prediction.Thanks!

> maybe you can try the grpc channel I tried but the same result.