Skip to content

Commit

Permalink
use a single activation function by default for GNNs
Browse files Browse the repository at this point in the history
  • Loading branch information
borauyar committed May 14, 2024
1 parent f796c47 commit a195c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexynesis/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
Real(0.0001, 0.01, prior="log-uniform", name="lr"),
Categorical(epochs, name="epochs"),
Integer(16, 128, name='supervisor_hidden_dim'),
Categorical(['relu', 'sigmoid', 'tanh', 'gelu'], name="activation")
Categorical(['relu'], name="activation")
]
}

0 comments on commit a195c1f

Please sign in to comment.