Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report for transfer learning. #13

Closed
ha-lins opened this issue Jan 21, 2021 · 1 comment
Closed

Bug report for transfer learning. #13

ha-lins opened this issue Jan 21, 2021 · 1 comment

Comments

@ha-lins
Copy link

ha-lins commented Jan 21, 2021

Hi @yyou1996,

Thanks for your efforts in this project.

The bug has been fixed, which is due to the pyG's inconsistent with the specified version (1.0.3). The author has mentioned it here.

@huangzizheng01
Copy link

Two things for this bug in transferLearning_MoleculeNet_PPI\bio may help (maybe similar in chem):

  • replace cat_dim to __cat_dim__ in loader.py line177
  • replace return self.propagate(self.aggr, edge_index, x=x, edge_attr=edge_embeddings) in model.py line52 with return self.propagate(edge_index[0], x=x, edge_attr=edge_embeddings) and replace line111 with return self.propagate(edge_index[0], x=x, edge_attr=edge_embeddings, norm = norm)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants