Skip to content

Commit

Permalink
Added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav S Deshmukh committed Sep 23, 2023
1 parent a9d3d7a commit 2671896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def init_conv_layers(self):
for i in range(self.n_partitions):
part_conv_layers = []
for j in range(self.n_conv[i]):
# TODO Add possibility of changing convolutional layers
conv_layer = [
gnn.CGConv(
channels=self.conv_size[i],
Expand Down

0 comments on commit 2671896

Please sign in to comment.