Yi Wang

Results 78 comments of Yi Wang

BTW, if I use `go build -a -x -compiler=gccgo -gccgoflags='-static-libgcc -static-libgo'`, the program would generate the following error at run time: ``` wyi@ubuntu:~/src/peacock/src/github.com/wangkuiyi/learn-gccgo$ ./learn-gccgo Start testing. unexpected fault address 0xfffffffffffffff8...

Yes, it seems that `>>>` are required. Let me abandon this PR.

Should tensor be a native type or in a package? It seems that Python doesn't have a native type of Tensor, but the package `numpy` provides one (`numpy.ndarray`).

> I suggest you splitting your work into small enhancements so that you can make pull request frequently. Sure, I will. I am still learning your source code, trying to...

# Proposal: `numgo+` and `GoTorch` Basing on Go+ Go+ simplifies Go syntax in a way that is good for data science. To prosper the idea and make it into a...

The simplified form of 2D vectors looks a step further than Python. It is close to MATLAB syntax. Great idea!

Here is a typical PyTorch program in four different languages: - The Python version comes from the [official tutorial](https://pytorch.org/tutorials/beginner/pytorch_with_examples.html#pytorch-optim). - The C++ version calls the ATen C library and Torch's...

How about we add some assertions at the beginning of `build_mac_deps.sh` to check the requirements? I didn't have the problem with the permission of `/usr/local`, because when I was installing...

Sounds very good for me. Thanks @wenleix ! I am thinking that this might not be very urgent at this moment indeed. It seems more urgently, we'd need to set...

is SQLFlow a compiler or interpreter? It doesn't make sense for it to be both. We don't have and probability will never have **two layer of graphs**. We don't have...