CaRE icon indicating copy to clipboard operation
CaRE copied to clipboard

EMNLP 2019: CaRe: Open Knowledge Graph Embeddings

Results 7 CaRE issues
Sort by recently updated
recently updated
newest added

Bumps [scipy](https://github.com/scipy/scipy) from 1.2.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Some variables in `CaRe_main.py` are not defined. For instance, in this code snippet: ``` if self.args.CN=='LAN': self.cn = CaRe(self.args.nfeats, self.args.nfeats) elif self.args.CN=='GCN': self.cn = CaReGCN(self.args.nfeats, self.args.nfeats) else: self.cn = CaReGAT(self.args.nfeats,...

Traceback (most recent call last): File "CaRe_main.py", line 211, in main(args) File "CaRe_main.py", line 86, in main data = load_data(args) File "/root/CaRE/CaRe(B=TransE)/data.py", line 10, in __init__ self.fetch_data() File "/root/CaRE/CaRe(B=TransE)/data.py", line...

Traceback (most recent call last): File "CaRe_main.py", line 211, in main(args) File "CaRe_main.py", line 86, in main data = load_data(args) File "/root/CaRE/CaRe(B=TransE)/data.py", line 10, in __init__ self.fetch_data() File "/root/CaRE/CaRe(B=TransE)/data.py", line...

https://github.com/malllabiisc/CaRE/blob/8d6f0b93301a55f1db517acce2708102d73fb3e7/CaRe(B%3DConvE)/cn_variants.py#L29

CaRe(B=TransE)/data.py", line 130, in fetch_data self.entid2clustid) ValueError: too many values to unpack (expected 3)