周兴杰
周兴杰
你好, 我们想在同一个容器内共同使用 tf和xgboost模型, 可惜没找到一个很好的范例: 从现成的docker镜像 -> 同时部署多种类多版本模型. 另外也期望xgboost-serving的独有特性能够形成详细的文档.让我们能更快的了解到该项目的强大 多谢.
When Set remux=false, We can get result in two streams.(VideoSegmentStream and AudioSegmentStream) How to Assemble them and write into Local file?
签名计算bug
ConfigServerURL = http://apollo.meta/configsvc-dev 时, 使用token计算签名时,会把 pathwithquery部分的 /configsvc-dev 漏掉,导致签名失败, 建议在使用requestURI时,不要简单拼接,而是使用url.parse获取 
401错误
当config_url 为 https://dev.apollo.com/config-dev 时, get_value会报401. # 给header增加加签需求 def _signHeaders(self, url): headers = {} if self.secret == '': return headers # 不合理处 uri = url[len(self.config_url):len(url)] time_unix_now = str(int(round(time.time() * 1000))) headers['Authorization']...