Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lvapeab committed Apr 13, 2020
1 parent 5a29099 commit 8cb0f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NMT_architectures/attention_LSTM.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_LSTM_add():
'_deepout_' + '_'.join([layer[0] for layer in params['DEEP_OUTPUT_LAYERS']]) + \
'_trg_emb_' + str(params['TARGET_TEXT_EMBEDDING_SIZE']) + \
'_' + params['OPTIMIZER'] + '_' + str(params['LR'])
params['STORE_PATH'] = os.path.join(K.backend() + '_test_train_models', + params['MODEL_NAME'])
params['STORE_PATH'] = os.path.join(K.backend() + '_test_train_models', params['MODEL_NAME'])

# Test several NMT-Keras utilities: train, sample, sample_ensemble, score_corpus...
print ("Training model")
Expand Down

0 comments on commit 8cb0f27

Please sign in to comment.