"src/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "36daf66f6216bad4d30651311bcb87aa45dd33d5"
Commit 34dfaf75 authored by Zihao Ye's avatar Zihao Ye Committed by Quan (Andy) Gan
Browse files

quick-fix (#620)

parent 5ea7a250
...@@ -149,5 +149,6 @@ class GraphConv(nn.Module): ...@@ -149,5 +149,6 @@ class GraphConv(nn.Module):
""" """
summary = 'in={_in_feats}, out={_out_feats}' summary = 'in={_in_feats}, out={_out_feats}'
summary += ', normalization={_norm}' summary += ', normalization={_norm}'
summary += ', activation={_activation}' if '_activation' in self.__dict__:
summary += ', activation={_activation}'
return summary.format(**self.__dict__) return summary.format(**self.__dict__)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment