Skip to content

Commit

Permalink
Sigmoid test for new tables
Browse files Browse the repository at this point in the history
  • Loading branch information
bo3z authored and vloncar committed Apr 25, 2022
1 parent 0258f23 commit 7c7b7af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/pytest/test_keras_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def test_dense(backend):
@pytest.mark.parametrize("activation_function", [Activation(activation='relu', name='Activation'),
LeakyReLU(alpha=1.0),
ELU(alpha=1.0),
PReLU(alpha_initializer="zeros",),])
PReLU(alpha_initializer="zeros",),
Activation(activation='sigmoid', name='Activation')])
#ThresholdedReLU(theta=1.0)])
@pytest.mark.parametrize('backend', ['Vivado', 'Quartus'])
def test_activations(activation_function, backend):
Expand Down

0 comments on commit 7c7b7af

Please sign in to comment.