Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def generate_samples_from_batch(
def validation_step(
self, data: dict[str, torch.Tensor], iteration: int
) -> tuple[dict[str, torch.Tensor], torch.Tensor]:
pass
return self.training_step(data, iteration)

@torch.no_grad()
def forward(self, xt, t, condition: Text2WorldCondition):
Expand Down