Skip to content

Commit

Permalink
fix typo in PD
Browse files Browse the repository at this point in the history
  • Loading branch information
liuanji committed Mar 6, 2024
1 parent d6e5204 commit e867fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyjuice/structures/pd.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def PD(data_shape: Tuple, num_latents: int,
max_prod_block_conns: int = 4,
structure_type: str = "sum_dominated",
input_layer_fn: Optional[Callable] = None,
input_dists: Optional[Distribution] = None,
input_dist: Optional[Distribution] = None,
input_layer_type: Type[Distribution] = Categorical,
input_layer_params: Dict = {"num_cats": 256},
use_linear_mixing: bool = False,
Expand Down

0 comments on commit e867fd7

Please sign in to comment.