Skip to content

Commit

Permalink
Change metrics settings for sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanCrabbe committed Dec 29, 2023
1 parent 3a0b001 commit 0e5eef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/conf/metrics/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metrics:
- _target_: fdiff.sampling.metrics.SlicedWasserstein
_partial_: true
random_seed: ${random_seed}
num_directions: 10000
num_directions: 1000
save_all_distances: true
- _target_: fdiff.sampling.metrics.MarginalWasserstein
_partial_: true
Expand Down
2 changes: 1 addition & 1 deletion cmd/conf/sample.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
model_path: ${hydra:runtime.cwd}/lightning_logs
model_id: ub0lv98f
num_samples: 1000
num_samples: 10000
num_diffusion_steps: 1000
random_seed: 42

Expand Down

0 comments on commit 0e5eef1

Please sign in to comment.