Skip to content

Commit

Permalink
Update optimize_deformations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabjohannes authored Mar 4, 2024
1 parent 8d445ee commit f21ecc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamight/deformations/optimize_deformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def optimize_deformations(
checkpoint_file: Optional[Path] = None,
n_gaussians: int = 30000,
n_gaussian_widths: int = 1,
n_latent_dimensions: int = 5,
n_latent_dimensions: int = 6,
n_positional_encoding_dimensions: int = 10,
n_linear_layers: int = 8,
n_neurons_per_layer: int = 32,
Expand Down

0 comments on commit f21ecc4

Please sign in to comment.