Halokid
Halokid
at first, thanks for the package!!! and i want to change the title display filename when i use ctrl-tab switch files,but i found this not work?? please tell me how...
line 150: result := MakeMatrix(make([]float64, A.cols*A.rows), A.cols, A.rows) maybe change to: result := MakeMatrix(make([]float64, A.cols*A.rows), A.rows, .cols) the order of the params in not right ??? :)
} func (A *Matrix) add(B *Matrix) error { - if A.cols != B.cols && A.rows != B.rows { - if A.cols != B.cols || A.rows != B.rows { return errors.New("Wrong...
just for praise, i am learning tensorflow now.
if LINE 26 is "class Zookeeper_Example extends Zookeeper", it will case a memory wrong like "[1] 55536 segmentation fault php zk_example.php". if LINE 26 is "class Zookeeper_Example" it will case...
i need to write a python RPC client with golang nature RCP server, so i need to decode golang go with python