Skip to content

Commit

Permalink
Set LDA HMC samples to 300.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong Ge committed Apr 27, 2017
1 parent ef418b2 commit 9209cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/lda.run.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include("lda.data.jl")
include("lda.model.jl")

bench_res = tbenchmark("HMCDA(25, 0.65, 1.5)", "ldamodel", "K, V, M, N, w, doc, alpha, β")
bench_res = tbenchmark("HMCDA(300, 0.65, 1.5)", "ldamodel", "K, V, M, N, w, doc, alpha, β")
bench_res[4].names = ["phi[1]", "phi[2]"]
logd = build_logd("LDA", bench_res...)

Expand Down

0 comments on commit 9209cae

Please sign in to comment.