Ming

Results 6 comments of Ming

可以给json包添加长度header,解决json Decoder吞掉部分gob包的问题 client代码 ``` func NewClient(conn net.Conn, opt *Option) (*Client, error) { f := codec.NewCodecFuncMap[opt.CodecType] if f == nil { err := fmt.Errorf("invalid codec type %s", opt.CodecType) log.Println("rpc client: codec...

I have met the same question too. When I train the model on a server with 700G mem, everything is fine. When I move to a server with 200G mem,...

> > I have also seldom encountered such cases recently, and maybe we will have a closer look at this issue. At the same time, we welcome more cues/information about...

I meet the same problem too when I run distill on Matterport or ScanNet datasets. NaN or Inf found in input ![2023-07-06_193228](https://github.com/pengsongyou/openscene/assets/8683628/5f7dc521-baf6-474d-a8a8-c39b7790eff3) Could anyone have some solution? I try to...

> > @chtzs Thanks! > > I don't understand how to solve it,can you tell me?Extremely thanks! Just comment out these lines.

同样,附上被警告截图 ![Screenshot_20250103-155047~2](https://github.com/user-attachments/assets/9f07a5db-9eea-45f2-a557-585524833ed6)