IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Browse Source

Fix a typo.

master
Stanislaw Adaszewski 3 years ago
parent
commit
fcaccc8730
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/icosagon/fastconv.py

+ 1
- 1
src/icosagon/fastconv.py View File

@@ -81,7 +81,7 @@ class FastGraphConv(torch.nn.Module):
in_channels: List[int],
out_channels: List[int],
data: Union[Data, PreparedData],
relation_family: Union[RelationFamily, PreparedRelationFamily]
relation_family: Union[RelationFamily, PreparedRelationFamily],
keep_prob: float = 1.,
acivation: Callable[[torch.Tensor], torch.Tensor] = lambda x: x,
**kwargs) -> None:


Loading…
Cancel
Save