Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about training #16

Open
Sample-design-alt opened this issue Mar 1, 2022 · 0 comments
Open

question about training #16

Sample-design-alt opened this issue Mar 1, 2022 · 0 comments

Comments

@Sample-design-alt
Copy link

Sample-design-alt commented Mar 1, 2022

There are some problems when I running python train/disentanglement/dtw/MFCC_dtw.py.

  1. Can you tell the function in 132-140?
    for j in range(13):
    f=open(filepath+str(j)+'/'+str(i)+'.pkl','rb')
    mfcc=pickle.load(f)
    f.close()
    for k in range(len(mfcc)):
    mfcc_k = mfcc[k]
    with open(os.path.join(con_path,str(k+n)+'.pkl'), 'wb') as f:
    pickle.dump(mfcc_k, f)
    n += len(mfcc)
  2. the dimension of mfcc_k is (13, ) is right? The dimension of mfcc_k can not feed into network.(it will cause dismatch dimension)

Waiting your reply.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant