Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Faried Abu Zaid committed Nov 10, 2024
1 parent a07bd78 commit 4d84c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/cfair/cfair.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ experiments:
max_t: 1000000
grace_period: 1000000
reduction_factor: 2
num_hyperopt_samples: &num_hyperopt_samples 1
num_hyperopt_samples: &num_hyperopt_samples 4
gpus_per_trial: &gpus_per_trial 1
cpus_per_trial: &cpus_per_trial 1
tuner_params: &tuner_params
Expand Down Expand Up @@ -62,7 +62,7 @@ experiments:
norm_distribution:
__object__: pyro.distributions.LogNormal
loc:
__eval__: torch.zeros(1).to("cuda")
__eval__: torch.zeros(7).to("cuda")
scale:
__eval__: (.5 * torch.ones(1)).to("cuda")
use_lu: true
Expand Down

0 comments on commit 4d84c7f

Please sign in to comment.