ankitapasad / layerwise-analysis

Layer-wise analysis of self-supervised pre-trained speech representations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCA analyses on phone and word

nervjack2 opened this issue · comments

Hello,

First of all, thanks for the great work! It really helps me a lot.
I have only one minor question about CCA analyses on phone and word (cca-phone, cca-word).
Since CCA analyses compare continuous vectors,
what vectors do you use to represent phone and word in the task of cca-phone and cca-word?

I have found the answer in the paper - "When comparing to discrete variables, the discrete label IDs are converted to one-hot vectors.". Thanks a lot!