Xinyue Liu
Xinyue Liu
@pluskid you are right, I got -180, where `maxh=0`, `maxw=0` and `width=179`. What does that mean? Is that a problem of my data or a bug?
Thank you for the reply. Yes. I got following error after changed the kernel size of pooling layer from `(2,1)` to `(3,1)`. ``` ERROR: LoadError: AssertionError: is_similar_shape(params[j],net.states[i].parameters[j].blob) in load_network at...
@pluskid oh, I didn't realize that. Now I get -179, where `maxh=0`, `maxw=0` and `width=178`.
@pluskid I got `hstart=1`,`hend=1`,`wstart=89`,`wend=90` and `maxval=-Inf`. I cannot print out `val` because it says `val` is undefined, which is very strange.
However, I can print out `val` inside the for loop, which gives me `val = -Inf` in this case.
> 这个应该是你本地网络的问题。或者是你的帐号有问题,`Connection reset by peer` 表示连接被对方服务器关闭了。 我用公司的VPN试了下,又可以了。但是换到家里的网络就不行。不太像是账户的问题,但是我手边也没有别的号可以测试。 估计是PCS改了什么规则,今天不止我一个人遇到了类似的问题:https://github.com/qjfoidnh/BaiduPCS-Go/issues/93