Yi Wang

Results 78 comments of Yi Wang

> Go+语法建议: > > 1. struct的定义与Python相比略显啰嗦,Go中 struct的定义 和 方法的定义是分离的,Python中是在一起的,并且Python中,成员变量不用提前声明。 确实是个问题。需要想想怎么弄。玉哥之前建议的 Monad pattern 是不是可以解决这个问题? > 2. Python中允许有些变量定义了,但没有被使用,这在Go中会强制报错,使用Python的算法同学可能一时不习惯。 这个我到觉得是 strong typed languages 的优势。严谨的 Python 程序员应该欢迎。也是我们号称 Go+ 更适合科研的一个说法。 > 3. `for i in...

@QiJune 我们的第一个 milestone 就把 DCGAN 实现了吧。这个例子是典型的预测和训练一体化的。如果能在 Raspberry Pi 上跑通,并且代码简练如同 Python,应该有初步的说服力了。

Let us set a high bar for our engineering skills.

LGTM! Master Bash!

Instead of re2, what are you using?

## Done: I successfully ran the demo program in the Google official Sheets API [document](https://developers.google.com/sheets/api/quickstart/go). I successfully adapted the above program to work with [a sheet](https://docs.google.com/spreadsheets/d/1WLxcuZXVPu37LBEzfnWxk5H5uIma-IAHOilq58biyt4/edit#gid=0) I created manually. ##...

After the merge of https://github.com/sql-machine-learning/sqlflow/pull/322, we could file a PR in this repo to `git submodule update`, then we will see the updated document title.

Thank you @hungry1526 for pointing this out. I am filing a sequence of PRs to fix this problem: 1. https://github.com/sql-machine-learning/sqlflow/pull/320 1. https://github.com/sql-machine-learning/sqlflow/pull/321