Skip to content

Commit

Permalink
Fix default # diffusion samples
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyaghosh committed May 20, 2024
1 parent a1ddcf4 commit 4c731c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octo/model/components/action_heads.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ class DiffusionActionHead(nn.Module):
hidden_dim: int = 256
use_layer_norm: bool = True
diffusion_steps: int = 20
n_diffusion_samples: int = 4
n_diffusion_samples: int = 1

def setup(self):
if self.use_map:
Expand Down

0 comments on commit 4c731c5

Please sign in to comment.