Filip Cornell

Results 20 issues of Filip Cornell

Hello, I am currently trying to reuse your dataset, and I am currently finding a few relations in the training set that appear strange. For the NELL dataset, the following...

Hello, First of all, thank you very much for this great package. It is honestly an immensely good resource! I was wondering however; once I have created the database dump;...

Hello! Not an issue but rather a question regarding features; are there plans to extend this to NLP datasets? :) Thanks!!

Hello, I currently cannot install this package when I use the pip installment. I have tried both ways of installing, and I get: ```bash pip3 install tune-sklearn ray[tune] ERROR: Could...

Hello, Thank you for a great repo! This is not an issue, but rather an idea. Should this perhaps be made to a package installable through pip? Is there a...

Python version: Python 3.7.7 Used pip3 to install the package. Traceback: ``` Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.7/site-packages/base65536/core.py", line 117, in encode code_point =...

Hello! Again, thank you for a great repository. However, when I attempt to run TransE by running `kge start config/transE-train.yaml` with the file below, I get the error and output...

Regarding issue #220 - by adding a check if there are any NaN values, a `ValueError` will be thrown if a nan-value is found. If I am to be self-critical,...

Hello! First of all, thank you for a great package. I have started using it to benchmark some models, but I think I have found a potential issue. As the...

enhancement

Hi, I am trying to run [A*Net](https://github.com/DeepGraphLearning/AStarNet/) which uses your package. I am running into the following error when trying to compile `functional.generalized_rspmm`. ``` (astarnet) [AStarNet]$ python3 script/run.py -c config/transductive/fb15k237_astarnet.yaml...