Filip Cornell

Results 42 comments of Filip Cornell

@guydav We managed to solve it. It was the java version - in #374 I explain what helped me solve it at least :)

Is there any update on this issue? I would love sparse matrix support in numba. :)

I will try that @mdekstrand and reach out to you if I encounter any issues :D

I can furthermore add that this seems to be a problem with the dependency `ssh2-streams`.

I have a similar issue; I am trying to load an undirected graph with edge types *and* weights; my csv that I generate looks like this: ```bash head,relation,tail,weight 113091,14,412357,0.7917595 560244,14,1164306,0.7917595...

Interesting! Version: ```bash >>> grape.print_version() {'GRAPE Version': '0.1.29', 'Python version': '3.10.6', 'Platform': 'Linux-5.4.0-150-generic-x86_64-with-glibc2.31', 'Threads number': 48, 'PyTorch version': '1.13.0', 'PyKEEN version': '1.9.0'} ``` Ensmallen version when I do `pip freeze`...

Ah. Upgraded now, and now I get ``` ValueError: The path to the edge type file (not the edge list!) was provided and is `Some("companykg.csv")`, but you did not provide...

Ah, I had to change one parameter, and now it works! However, loading the excellent analysis takes waaaaaay longer; I suppose it takes longer given certain analyses are run that...

Okay! Is there a way to turn off certain analyses such as that one prior to starting the loading of the analysis and leaving in the rest?

Yes absolutely! Is there a way to turn off/skip specifically the isomorphic edge detection step for the analysis summary, so that step is skipped and it finishes faster? That way,...