Ming
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...