Skip to content

Commit

Permalink
fixed config bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fuest committed Oct 17, 2024
1 parent 888d05b commit 0767e03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions config/model_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
device: 1 # 0, cpu
device: 0 # 0, cpu
seq_len: 96 # should not be changed for the current datasets
input_dim: 1 # or 1 depending on user, but is dynamically set
noise_dim: 256
Expand Down Expand Up @@ -74,4 +74,5 @@ acgan:
lr_gen: 3e-4
lr_discr: 1e-4
warm_up_epochs: 100
include_auxiliary_losses: True
include_auxiliary_losses: False
save_cycle: 100
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def main():
# evaluate_individual_user_models("acgan", include_generation=True)
# evaluate_individual_user_models("acgan", include_generation=False, normalization_method="date")
evaluate_single_dataset_model(
"diffusion_ts",
"acgan",
geography="california",
include_generation=True,
normalization_method="group",
Expand Down

0 comments on commit 0767e03

Please sign in to comment.