Yi Wang
Yi Wang
Hi Hui, Thank you for this great work of Chinese tokenizer! I am open sourcing [a distributed machine learning system](http://dl.acm.org/citation.cfm?id=2700497), where thousands of processes using your tokenizer run on hundreds...
When a directory is empty, `C.hdfsListDirectory` returns nil, and the condition at L391 of hdfs.go would judge the call to `hdfs.ListDirectory` had failed. Could we have a more accurate judge...
When I build a tiny sample program (with source code below) using `go build`, everything works good. But when I use `go build -a -x -compiler=gccgo`, the call to `C.hdfsConnectAsUser`...
It would be great if we can have an HDFS file wrapped as a reader or a writer, like what's done in the standard io package. Do you have a...
I wrote a CMakeLists.txt file like the following ```cmake nv_library(gpu_info SRCS gpu_info.cc) cc_library(malloc SRCS malloc.cc DEPS gpu_info) cc_test(malloc_test SRCS malloc_test.cc DEPS malloc) ``` The linking stage of malloc_test complains that...
1. Removed the leading `>>>` in each example code line so to unify the style with other examples in this package. 2. Explain the example is using one Python process...
During the prototyping of Go+Torch, I noticed many Python AI programmers use Python's form of C's `? :`. For example ```python device = torch.cuda_device(0) if opt.cuda else torch.cpu_device() ``` This...
From my experience with [PaddlePaddle](https://github.com/paddlepaddle/paddle) and [ElasticDL](http://sqlflow.org/elasticdl), I believe it's necessary to have a new programming language that can replace Python and Go+ is on the right track. In hope...
`/README.md` tells us to install non-brew dependencies with the following command ``` scripts/build_mac_dep.sh ranges_v3 googletest fmt double_conversion folly re2 ``` However, it seems easier to remove the command-line options. ```...
``` === RUN TestGetServerAddrFromEnv 2020/07/03 06:35:44 Server Started at :50051 --- FAIL: TestGetServerAddrFromEnv (0.10s) main_test.go:981: Error Trace: main_test.go:981 Error: "Database changed to iris sqlflow> show tables; +----------------+ | TABLES IN...