-
Hi again!
I have written my own evaluation job which worked a few commits back when I was just adding it to ```kge/job/__init__.py``` and registering it in ```kge/job/eval.py```. However, now I wan…
-
~/vimrc
set tabstop=2 shiftwidth=2 expandtab
-
Hi
Congratulations on the ICLR acceptance!
I noticed in the paper that on the link prediction task, performance of NodePiece is significantly better compared to strong baselines (eg. ComplEx) on…
-
Do I need to change -- relation_dim from 200 to 128 when training the model with webqSP_full?
-
This repo needs a CSV file full of data that can then be built into a SQLite database.
The data is from a Google Sheet, crowdsourced from this Tweet: https://twitter.com/MattEason/status/1560653413…
-
### Neovim version (nvim -v)
0.5.0
### Vim (not Nvim) behaves the same?
N/A
### Operating system/version
Linux/x86_64
### Terminal name/version
N/A
### $TERM environment variable
N/A
### Ins…
-
I am sorry if I missed this in the documentation! Unfortunately I couldn't find anything about that.
I wanted to verify that the number of negative samples during evaluation is the number of all e…
-
Hi, I met a problem when I tried to install kge.
ERROR: gpytorch 1.5.1 has requirement torch>=1.8.1, but you'll have torch 1.7.1+cu110 which is incompatible.
ERROR: botorch 0.5.1 has requirement t…
-
Hello!
I have this `.yaml`-config file for doing an `AxSearchJob`:
```yaml
# wnrr-rotate-negative_sampling-kl
job.type: search
search.type: ax
dataset.name: wnrr
# training settings (fi…
-
合并 N 个非递减有序数组,得到一个一维有序数组
```js
/**
* mergeSort([[1,2,3],[2,3,4],[3,4,5]]) = [1,2,2,3,3,3,4,4,5]
*/
function mergeSort(arr){
}
```