Nikolai Korolev

Results 44 issues of Nikolai Korolev

There is no information for World Gen of Nether Gold Ore. Minecraft: 1.16.5 Forge: 36.0.42 JEI: 1.16.4-7.6.1.71 JER: 1.16.4-0.12.0.104

enhancement

Strangely in RMSProp `w` vector is float while in other blocks it is an int vector

Steps to find wrong .sql file: 1. Get latest Spider dataset from here: https://drive.google.com/uc?export=download&id=1_AckYkinAnhqmRQtGsQgUKAnTHxxX5J0 2. Extract archive 3. Go to `database/wta_1` 4. Open `wta_1.sql` 5. Look at first line Expected:...

Command: ``` ../evaluation.py --gold train_gold.sql --pred train_gold.sql --db database --table tables.json --etype all ``` Output: ``` Traceback (most recent call last): File "../evaluation.py", line 866, in evaluate(gold, pred, db_dir, etype,...

I've just ran: ``` ../evaluation.py --gold dev_gold.sql --pred dev_gold.sql --db database --table tables.json --etype all ``` Expected output: everything has 1.000 Actual output: ``` easy medium hard extra all count...

Both are implemented as: ``` if count == total: return 1 return 0 ```