Skip to content

Commit

Permalink
fix: path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
yiitozer committed Mar 20, 2024
1 parent dd5e117 commit 592f2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnmfd/core/nmfconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ def init_templates(num_comp: int = None,
init_W[k][bin_range, :] = 1/(g+1)

elif strategy == 'drums':
dict_W = load_matlab_dict('../data/dictW.mat', 'dictW')
dict_W = load_matlab_dict('data/dictW.mat', 'dictW')

if num_bins == dict_W.shape[0]:
for k in range(dict_W.shape[1]):
Expand Down

0 comments on commit 592f2d2

Please sign in to comment.