Skip to content

Commit

Permalink
experiment 7
Browse files Browse the repository at this point in the history
  • Loading branch information
phildarnowsky committed Sep 23, 2021
1 parent e004e32 commit b794b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagcnn_torch/gene_picker.py
Original file line number Diff line number Diff line change
@@ -12,4 +12,4 @@ def pick(self):
return choice(self._instantiable_classes())

def _instantiable_classes(self):
return [ConvGene, DepSepConvGene, MaxPoolGene]
return [ConvGene, DepSepConvGene, MaxPoolGene, SumGene]

0 comments on commit b794b3b

Please sign in to comment.