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!
Преглед на файлове

Add test_graph_conv_parameter_count_01().

master
Stanislaw Adaszewski преди 3 години
родител
ревизия
108140b45e
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. +8
    -0
      tests/icosagon/test_convolve.py

+ 8
- 0
tests/icosagon/test_convolve.py Целия файл

@@ -188,3 +188,11 @@ def test_dropout_graph_conv_activation_dense_03():
def test_dropout_graph_conv_activation_sparse_03():
_test_dropout_graph_conv_activation_03(True)
def test_graph_conv_parameter_count_01():
adj_mat = torch.rand((10, 20)).round()
conv = GraphConv(20, 20, adj_mat)
assert len(list(conv.parameters())) == 1

Loading…
Отказ
Запис