-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi, self.consistencyfm_hyperparameters is set to a fixed dict, and consistencyfm_hyperparameters argument passed to init function is ignored, is this a bug?
consistency_flow_matching/sde_lib.py
Lines 34 to 39 in ee85682
| self.consistencyfm_hyperparameters = { | |
| "delta": 1e-3, | |
| "num_segments": 2, | |
| "boundary": 1, # NOTE If wanting zero, use 0 but not 0. or 0.0, since the former is integar. | |
| "alpha": 1e-5, | |
| } |
smiles724 and Plachtaa
Metadata
Metadata
Assignees
Labels
No labels