Skip to content

Commit

Permalink
diffcharge update
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fuest committed Dec 29, 2024
1 parent b0d4f17 commit 8e5e6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/diffcharge/diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def __init__(self, cfg: DictConfig):
self.beta_start = cfg.model.beta_start
self.beta_end = cfg.model.beta_end
self.current_epoch = 0
self.conditioning_var_n_categories = cfg.dataset.conditioning_vars

self.conditioning_module = ConditioningModule(
categorical_dims=cfg.dataset.conditioning_vars,
Expand Down

0 comments on commit 8e5e6cc

Please sign in to comment.