Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi committed May 8, 2024
1 parent 5458e14 commit 77da67c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion coix/loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@
]


def apg_loss(q_trace, p_trace, incoming_log_weight, incremental_log_weight, aggregate=False):
def apg_loss(
q_trace,
p_trace,
incoming_log_weight,
incremental_log_weight,
aggregate=False,
):
"""RWS objective that exploits conditional dependency."""
del incoming_log_weight, incremental_log_weight
p_log_probs = {
Expand Down

0 comments on commit 77da67c

Please sign in to comment.