ScalableFHVAE icon indicating copy to clipboard operation
ScalableFHVAE copied to clipboard

How to use label

Open Yanxudong23 opened this issue 5 years ago • 3 comments

hello, the code just make one sequence as a class. How can I use the variables "lab_specs" to solve it?

Yanxudong23 avatar Jun 29 '19 08:06 Yanxudong23

lab_specs is currently used for visualization. You can find here (https://github.com/wnhsu/ScalableFHVAE/blob/17a1d8dddb5313c72e0986d1ba21bb10aad23b91/scripts/train/train_loaders.py) that seq2idx maps from sequence name to sequence ID (i.e., class ID). You can change the code here to map sequences from the same class (e.g., speaker) to the same ID, where ID ranges in [0, nClass-1]

wnhsu avatar Jul 02 '19 00:07 wnhsu

yes, I solve it on the Sunday, thanks very much~

Yanxudong23 avatar Jul 02 '19 02:07 Yanxudong23

hello, how can I test a new speaker without training, just put the wav file into the dev file?

Yanxudong23 avatar Jul 10 '19 05:07 Yanxudong23