Vector handling and PLDA loading
Compare changes
+ 109
− 13
@@ -87,7 +87,7 @@ def read_key(fd):
@@ -339,6 +339,9 @@ def write_vec_flt(file_or_fd, v, key=b''):
@@ -372,7 +375,33 @@ def read_mat_scp(file_or_fd):
@@ -389,12 +418,14 @@ def read_mat_ark(file_or_fd):
@@ -402,7 +433,7 @@ def read_mat_ark(file_or_fd):
@@ -410,15 +441,20 @@ def read_mat(file_or_fd):
@@ -428,16 +464,25 @@ def read_mat(file_or_fd):
@@ -468,6 +513,57 @@ def _read_mat_ascii(fd):