Skip to content

Commit

Permalink
num_frames is important, took to the front
Browse files Browse the repository at this point in the history
  • Loading branch information
yiitozer committed Mar 20, 2024
1 parent 33d26cc commit 2292c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libnmfd/core/nmfconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def nmf_conv(V:np.ndarray,

def nmfd(V: np.ndarray,
num_comp: int = 3,
num_frames: int = None,
num_iter: int = 30,
num_template_frames: int = 8,
init_W: np.ndarray = None,
Expand Down

0 comments on commit 2292c09

Please sign in to comment.