hqsh
hqsh
> Could you please check https://stackoverflow.com/questions/18460035/unable-to-load-private-key-pem-routinespem-read-biono-start-linepem-lib-c6 > > Seems like some kind of encoding issue, I didn't meet this issue. I read the stackoverflow and found it is not the...
> @hqsh Please check the diff of > > https://github.com/FederatedAI/KubeFATE/pull/711/files Thank you! However, it failed in last step. In document: https://github.com/FederatedAI/KubeFATE/blob/develop-1.9.0/docs/Eggroll_with_TLS.md. This command failed. openssl ca -config openssl.cnf -days 10000...
> This means that you cannot sign 2 crts with the same common name. > > Could be because you didn't clean up index.txt and serial. > > You can...
> Follow your suggestion, I found it failed again. This is my commands, same as the documents. mkdir my-ca cd my-ca wget https://raw.githubusercontent.com/apache/pulsar/master/tests/certificate-authority/openssl.cnf export CA_HOME=$(pwd) mkdir certs crl newcerts private...
您好,你能否跑通一个 fate-serving 的模型?我用官方 demo 跑,预测结果总是 score 0(https://github.com/FederatedAI/FATE-Serving/issues/138)。 如果您能跑通,能否分享一下您的模型训练、发布相关 pipeline 代码,或者命令行 dsl、conf 方式也可以? 该问题困扰了很久,所以冒昧打扰了。感谢!
您好,你能否跑通一个 fate-serving 的模型?我用官方 demo 跑,预测结果总是 score 0(https://github.com/FederatedAI/FATE-Serving/issues/138)。 如果您能跑通,能否分享一下您的模型训练、发布相关 pipeline 代码,或者命令行 dsl、conf 方式也可以? 该问题困扰了很久,所以冒昧打扰了。感谢!
您好,你能否跑通一个 fate-serving 的模型?我用官方 demo 跑,预测结果总是 score 0(https://github.com/FederatedAI/FATE-Serving/issues/138)。 如果您能跑通,能否分享一下您的模型训练、发布相关 pipeline 代码,或者命令行 dsl、conf 方式也可以? 该问题困扰了很久,所以冒昧打扰了。感谢!
您好,你能否跑通一个 fate-serving 的模型?我用官方 demo 跑,预测结果总是 score 0(https://github.com/FederatedAI/FATE-Serving/issues/138)。 如果您能跑通,能否分享一下您的模型训练、发布相关 pipeline 代码,或者命令行 dsl、conf 方式也可以? 该问题困扰了很久,所以冒昧打扰了。感谢!
> 苏神你好,在relation_extraction那个例子中有一行是random.choice选择主语: https://github.com/bojone/bert_in_keras/blob/master/relation_extract.py#L171 > 这里k1随机出来之后,其实对应k1的正确k2就有了,但是k2你也是随机选出来的,这使得k2有可能选对,也有可能选错,选错的话就会在下面`for j in items.get((k1, k2), []):`时为[],o1和o2都是全0的,当前错误的subject没有对应的object和predicate。这里是为了加入反例训练样本吗?这种做法有什么reference也是这样吗?不是很了解这块,希望向您请教下~ 我这两天也在学习这个代码,也注意到了,但不太理解这么做的原因,不知您现在了解了吗,讨教一下?谢谢!
i found the code in github is correct. if filters is not None: create_watch.filters.extend(filters) but the code downloaded by "pip install etcd3" is not correct.