Liao Chang

Results 15 comments of Liao Chang

Same for the PROTEINS dataset, only able to achieve 72% accuracy (same code, same version, same config) compared to 80%+ in the paper. Are there any other hyperparameters tuned to...

Does this mean that for CoNLL2003 NER task, each line of label.vocab corresponds to each line of another training data file?

same here; `run_quries.py` stuck at q1_8a463sql, in my pg log it says ` ERROR: canceling statement due to statement timeout`. Have you got any solution for this issue?

Based on my understanding, if you delete `continue` in https://github.com/learnedsystems/BaoForPostgreSQL/blob/28142c74903cbf0873b614b3b4f3bc49c5f84a1f/run_queries.py#L34 this query will be ignored after one failed attempt (in this case, timeout after 5 mins). If you want to...

I've added -d flag during `./gsc build`, now when I `docker run` the debug docker, I get ``` [P1:T1:bash] trace: ---- shim_newfstatat(AT_FDCWD, "/usr/local/sbin/", 0xca798940, 0) = 0x0 [P1:T1:bash] trace: ----...

Yeah... Tks for your help. Just one little question: can gsc run in an interactive manner?

Tks a lot for your timely response!!!!

> I'm not sure what you mean by "interactive manner", but after you created a "graminized" Docker image (the one with the `gsc-` prefix), you can do whatever you want...

You are right... I did run those native applications instead of graminized ones. However, there're many command-line applications related to PostgreSQL (pg_ctl, initdb, psql, createdb, etc.). So shall I write...