Skip to content

Commit

Permalink
fix kwarg to cDDPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Santa Cruz Lopez committed Oct 25, 2023
1 parent d5c9c9a commit 761cc3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepr/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ def generate_predictions(self):
hour_embed_type=self.inference_config.get("hour_embed_type", "class"),
hour_embed_dim=self.inference_config.get("hour_embed_dim", 64),
instance_norm=self.inference_config.get("instance_norm", False),
learn_residuals=self.inference_config.get("learn_residuals", False),
)
pipe.to(self.inference_config["device"])
generate_data.generate_validation_dataset(
Expand Down

0 comments on commit 761cc3b

Please sign in to comment.