-
Following here the discussion that started with the iter-free-boundary testcase, which does not "robustly converge".
Below, I copy a comment by @SRHudson that summarizes this problem:
> I think …
-
On a simple model that implements logistic regression, constructing the loss using tf.nn.sparse_softmax_cross_entropy_with_logits() makes both hessians() and _hessian_vector_product() return identical…
-
我看到提交上来的代码中有支持spring的注解,主持spring注解的新特性以及kryo的序列化是否会合并到下一个版本中。
-
版本0.1.0,看目前的文档,motan目前似乎只支持hessian序列化方式,还支持其他序列化方式么?未来有预期增加序列化方式么?如果我要增加一种序列化方式,我可以如何写一些代码来扩展motan?
-
2.8.4版本,使用FST或者Kryo序列化,当服务的方法参数含有Java原生数据类型时(比如int,long等),就会出错。需要换成Integer、Long
FST出现java.io.EOFException
Kryo出现java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Map
-
两位大神,什么时候把hessian2协议的内容写完啊,貌似hessian2都是以p/P开头的字符串。
现在dubbo协议里面,默认用的都是hessian2啊
caomu updated
9 years ago
-
```
When mbstring.func_overload is enabled and the binary data contains what
looks like a unicode character, the call to strlen() in HessianStream.php
produces a length in characters rather than a len…
-
```
What steps will reproduce the problem?
1. transfer an object with two referenced subobjects from Java -> PHP
2. transfer an other object with the same two subobjects
What is the expected output? …
-
```
The following code will not auth correctly. if I use the standard PHP CURL
functions it works. but in HessianPHP it doesn't
-
```
When mbstring.func_overload is enabled and the binary data contains what
looks like a unicode character, the call to strlen() in HessianStream.php
produces a length in characters rather than a len…