Skip to content

Commit

Permalink
Typo fix in train script
Browse files Browse the repository at this point in the history
  • Loading branch information
harpribot committed May 5, 2016
1 parent b240ddf commit 181c403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train_script_lstm_simple_no_attn.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
checkpointer.set_result_location(out_file)
lstm_net = lstm_simple.NeuralNet(review_summary_file, checkpointer)
lstm_net.set_parameters(train_batch_size=5,test_batch_size=25, memory_dim=50,learning_rate=0.05)
lstm_net.begin_session()
lstm_net.form_model_graph()
lstm_net.fit()
lstm_net.predict()
Expand Down

0 comments on commit 181c403

Please sign in to comment.