pigLoveRabbit

Results 30 issues of pigLoveRabbit

启动app.py报错: ``` tensorflow.python.framework.errors_impl.InvalidArgumentError: Assign requires shapes of both tensors to match. lhs shape= [256,20000] rhs shape= [256,100000] [[Node: save/Assign_21 = Assign[T=DT_FLOAT, _class=["loc:@proj_w"], use_locking=true, validate_shape=true, _device="/job:localhost/replica:0/task:0/device:CPU:0"](proj_w, save/RestoreV2:21)]] ``` 请问这是什么原因?

``` int downloadFile(wxString myFile) { wxURL url(remoteFile); if (url.GetError() == wxURL_NOERR) { wxInputStream* in = url.GetInputStream(); if (in && in->IsOk()) { wxFileOutputStream outFile(myFile); outFile.Write(*in); } delete in; return 0; }...

low priority

pfx文件是私钥和证书合一起的,可以直接配私钥和证书分开来的吗?

Now we have `pre-compile context-independent scripts to speed-up execution times`, however, I want long lived Isolate. It takes a long time to rerunning the compiled code because the script is...

helm 是装成功了 ``` root@rancher-master1:~# helm version Client: &version.Version{SemVer:"v2.12.3", GitCommit:"eecf22f77df5f65c823aacd2dbd30ae6c65f186e", GitTreeState:"clean"} Server: &version.Version{SemVer:"v2.12.3", GitCommit:"eecf22f77df5f65c823aacd2dbd30ae6c65f186e", GitTreeState:"clean"} ``` 但是`helm install stable/cert-manager --name cert-manager --namespace kube-system`一直不成功 ,看pod是image拉不下来 ``` kube-system cert-manager-6d47b6c444-m66vz 1/1 Running 0 6m...

就这里的功能 https://developer.qiniu.com/dora/1314/video-watermarking

very strange ```` session := sessions.Default(c) var count int v := session.Get("count") if v == nil { count = 0 } else { count = v.(int) count++ } session.Set("count", count)...

### Problem description I add a interceptor for grpc client to log : ``` const interceptor = function(options, nextCall) { const requester = { start: function(metadata, listener, next) { var...

package: @grpc/grpc-js