distillpub / post--gnn-intro

Apache License 2.0
93 stars 28 forks source link

Few Typos before "Into the Weeds" #10

Open vsocrates opened 2 years ago

vsocrates commented 2 years ago

I've noticed a few typos described below:

  1. In line 365, the sentence reads "which is the $g$ function described above", but the $g$ function isn't described yet. I believe we want to describe the function P_En->Vn as the gather function.
  2. In line 460, I think the conclusion should be, "The first thing to notice is that, surprisingly, a higher number of parameters does not necessarily correlate with higher performance."
  3. In line 503, it should be "We wish to highlight two general directions..."

Happy to make pull requests if these changes make sense!