Skip to content

Commit

Permalink
remove trailing benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
SobhanMP committed Aug 16, 2023
1 parent 49c8d41 commit d56f962
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gflownet/algo/trajectory_balance.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,6 @@ def compute_batch_losses(
"logZ": log_Z.mean(),
"loss": loss.item(),
}
if self.cfg.do_subtb and self.cfg.cum_subtb:
info["subtb_diff"] = subtb_diff
return loss, info

def _init_subtb(self, dev):
Expand Down

0 comments on commit d56f962

Please sign in to comment.