Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinvtran committed Mar 20, 2017
1 parent a01b7e1 commit 19bd6b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/pp_dirichlet_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ def body(k, beta_k):
print(sess.run(dp))

# Demo of the DirichletProcess random variable in Edward.
# It is associated to a sample tensor, which in turn is associated to
# one of its atoms (base distributions).
base_cls = Normal
kwargs = {'mu': 0.0, 'sigma': 1.0}

Expand Down

0 comments on commit 19bd6b3

Please sign in to comment.