Skip to content

Commit

Permalink
Fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
wanasit committed Aug 24, 2017
1 parent 6b125de commit 9601c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/keras/layers/recurrent_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ def test_initial_states_as_other_inputs(layer_class):
targets = np.random.random((num_samples, units))
model.fit([main_inputs] + initial_state, targets)


@rnn_test
def test_specify_state_with_masking(layer_class):
''' This test based on a previously failing issue here:
Expand Down
1 change: 1 addition & 0 deletions tests/test_model_saving.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ def test_saving_custom_activation_function():
out2 = model.predict(x)
assert_allclose(out, out2, atol=1e-05)


@keras_test
def test_saving_recurrent_layer_with_init_state():
VECTOR_SIZE = 8
Expand Down

0 comments on commit 9601c67

Please sign in to comment.