Skip to content

Graph film v2 #386

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

Merged
merged 26 commits into from
Sep 11, 2019
Merged

Graph film v2 #386

merged 26 commits into from
Sep 11, 2019

Conversation

corochann
Copy link
Member

No description provided.

@corochann
Copy link
Member Author

/test

@pfn-ci-bot
Copy link
Collaborator

Successfully created a job for commit db195af:

@corochann
Copy link
Member Author

/test

@pfn-ci-bot
Copy link
Collaborator

Successfully created a job for commit 85468da:

@codecov-io
Copy link

Codecov Report

Merging #386 into master will decrease coverage by 4.83%.
The diff coverage is 82.6%.

@@            Coverage Diff             @@
##           master     #386      +/-   ##
==========================================
- Coverage   91.42%   86.58%   -4.84%     
==========================================
  Files         222      227       +5     
  Lines       10786    10988     +202     
==========================================
- Hits         9861     9514     -347     
- Misses        925     1474     +549

1 similar comment
@codecov-io
Copy link

Codecov Report

Merging #386 into master will decrease coverage by 4.83%.
The diff coverage is 82.6%.

@@            Coverage Diff             @@
##           master     #386      +/-   ##
==========================================
- Coverage   91.42%   86.58%   -4.84%     
==========================================
  Files         222      227       +5     
  Lines       10786    10988     +202     
==========================================
- Hits         9861     9514     -347     
- Misses        925     1474     +549

@corochann
Copy link
Member Author

/test

@pfn-ci-bot
Copy link
Collaborator

Successfully created a job for commit 34a78d2:

@corochann corochann requested a review from mottodora September 10, 2019 12:14
@corochann corochann mentioned this pull request Sep 10, 2019
activation (~chainer.Function or ~chainer.FunctionNode):
activate function
n_edge_types (int): number of edge type.
Defaults to 4 for single, double, triple and aromatic bond.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Defaults to 5 for single, double, triple, aromatic bond, and self-connection

@@ -118,7 +118,7 @@ def construct_adj_matrix(mol, out_size=-1, self_connection=True):
return adj_array


def construct_discrete_edge_matrix(mol, out_size=-1):
def construct_discrete_edge_matrix(mol, out_size=-1, self_connection=False):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer add_self_connection_channel.

Copy link
Member

@mottodora mottodora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mottodora mottodora merged commit 2a45d68 into chainer:master Sep 11, 2019
@mottodora mottodora added this to the 0.6.0 milestone Sep 11, 2019
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

Successfully merging this pull request may close these issues.

5 participants