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!
소스 검색

Fix a typo.

master
Stanislaw Adaszewski 3 년 전
부모
커밋
fcaccc8730
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/icosagon/fastconv.py

+ 1
- 1
src/icosagon/fastconv.py 파일 보기

@@ -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:


불러오는 중...
취소
저장