Sean
Sean
> > Having the same issue, but your fix doesn't work for me. I have been adding this to my code: > > from torch_geometric.data.storage import GlobalStorage > > from...
python3.12 !pip install pykeen ```python from pykeen.datasets import nations from pykeen.hpo import hpo_pipeline from pykeen.models import RGCN from pykeen.nn.modules import ERMLPInteraction pipeline_results = hpo_pipeline( study_name="RGCN_hpo", device='cpu', # I am on...
--------------------------------------------------------------------------- ```python-traceback TypeError Traceback (most recent call last) Cell In[164], line 1 ----> 1 pipeline_results = hpo_pipeline( 2 study_name="RGCN_hpo", 3 device='cpu', # I am on a mac so currently only...