[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
eea7cc424a
commit
0b68f2c2fb
|
@ -846,7 +846,10 @@ class PI0FAST(nn.Module):
|
||||||
decoded_actions = [
|
decoded_actions = [
|
||||||
torch.tensor(
|
torch.tensor(
|
||||||
self.decode_actions_with_fast(
|
self.decode_actions_with_fast(
|
||||||
tok.tolist(), time_horizon=action_horizon, action_dim=action_dim, relaxed_decoding=self.config.relaxed_decoding
|
tok.tolist(),
|
||||||
|
time_horizon=action_horizon,
|
||||||
|
action_dim=action_dim,
|
||||||
|
relaxed_decoding=self.config.relaxed_decoding,
|
||||||
),
|
),
|
||||||
device=tokens.device,
|
device=tokens.device,
|
||||||
).squeeze(0)
|
).squeeze(0)
|
||||||
|
|
Loading…
Reference in New Issue