Skip to content

Commit

Permalink
tox
Browse files Browse the repository at this point in the history
  • Loading branch information
bengioe committed May 8, 2024
1 parent 4c53478 commit 22d7a5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gflownet/models/seq_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def logZ(self, cond_info: Optional[torch.Tensor]):
return self._logZ(torch.ones((1, 1), device=self._logZ.weight.device))
return self._logZ(cond_info)


def forward(self, xs: SeqBatch, cond, batched=False):
"""Returns a GraphActionCategorical and a tensor of state predictions.
Expand Down

0 comments on commit 22d7a5f

Please sign in to comment.