Andrea Sala

Results 7 comments of Andrea Sala

> The split procedures provided in PyKEEN make sure that all entities and relations occur in at least one training triple, which is a requirement for applying transductive KGEM. Maybe...

The objective of my project is to understand which patients are connected to a certain disease... so unfortunately I need to keep in the model both the fact of the...

Hi, I'm having te same problem here. I have a mask with 4 different values and I'm trying to select only one of them. ``` mask_kwargs = {'label': 3} mask_new...

Hi @classicsong thanks for the quick reply. I'm on dgl-0.8.0post1, do I need to downgrade?

I fixed the version but got the same error ` File "C:\Users\u1123073\Anaconda3\envs\dglEnv\lib\site-packages\dgl\utils.py", line 47, in _dispatch raise DGLError('Index data must be an int64 vector, but got: %s' % str(data)) dgl._ffi.base.DGLError:...