Skip to content

Commit

Permalink
change experiment name and minor param change.
Browse files Browse the repository at this point in the history
  • Loading branch information
YalcinerMustafa committed Oct 17, 2024
1 parent 3a8fdb2 commit 65c9d7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions experiments/mnist/mnist_0_scaled_14_linf_lognormal_gpu.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
__object__: src.explib.base.ExperimentCollection
name: mnist_logNormal_linf_medium_better
name: mnist_logNormal_linf_loc_1_scale_05_mnist_14
experiments:
- &mnist_logNormal_linf_loc_1_scale_05_medium_sized
- &mnist_logNormal_linf_loc_1_scale_05_mnist_14
__object__: src.explib.hyperopt.HyperoptExperiment
name: mnist_logNormal_linf_loc_1_scale_05_medium_sized
scheduler: &scheduler
Expand Down Expand Up @@ -67,7 +67,7 @@ experiments:
norm_distribution:
__object__: pyro.distributions.LogNormal
loc:
__eval__: (1.2 * torch.ones(1)).to("cuda")
__eval__: torch.ones(1).to("cuda")
scale:
__eval__: (0.5 * torch.ones(1)).to("cuda")
use_lu: false

0 comments on commit 65c9d7b

Please sign in to comment.