Skip to content

Commit

Permalink
change of default parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabjohannes authored Feb 29, 2024
1 parent 5760613 commit 2dd7c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynamight/deformations/optimize_deformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ def optimize_deformations(
mask_file: Optional[Path] = None,
checkpoint_file: Optional[Path] = None,
n_gaussians: int = 30000,
n_gaussian_widths: int = 2,
n_gaussian_widths: int = 1,
n_latent_dimensions: int = 5,
n_positional_encoding_dimensions: int = 10,
n_linear_layers: int = 8,
n_neurons_per_layer: int = 32,
n_warmup_epochs: int = 10,
n_warmup_epochs: int = 3,
weight_decay: float = 0.0,
consensus_update_rate: float = 1,
consensus_update_decay: float = 0.95,
Expand Down

0 comments on commit 2dd7c45

Please sign in to comment.