Skip to content

Commit

Permalink
Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Nov 3, 2015
1 parent 57fba49 commit 7c1b903
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions train.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ for epoch = 1, epochCount do
xlua.progress(i, #dataset.examples)
end

print("-- Epoch done. Saving model")
print("-- Saving model")
torch.save("data/model.t7", model)

end


Expand Down

0 comments on commit 7c1b903

Please sign in to comment.