mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-12 19:42:17 +00:00
Fix tests on macOS.
This commit is contained in:
parent
b3a90b1dcf
commit
f7094e7e25
@ -6,10 +6,11 @@ import pickle
|
||||
from pathlib import Path
|
||||
|
||||
import torch
|
||||
from utils import get_devices, read_ark_txt, read_wave
|
||||
|
||||
import kaldifeat
|
||||
|
||||
from .utils import get_devices, read_ark_txt, read_wave
|
||||
|
||||
cur_dir = Path(__file__).resolve().parent
|
||||
|
||||
|
||||
|
@ -6,10 +6,11 @@ import pickle
|
||||
from pathlib import Path
|
||||
|
||||
import torch
|
||||
from utils import get_devices, read_ark_txt, read_wave
|
||||
|
||||
import kaldifeat
|
||||
|
||||
from .utils import get_devices, read_ark_txt, read_wave
|
||||
|
||||
cur_dir = Path(__file__).resolve().parent
|
||||
|
||||
|
||||
|
@ -6,10 +6,11 @@ import pickle
|
||||
from pathlib import Path
|
||||
|
||||
import torch
|
||||
from utils import get_devices, read_ark_txt, read_wave
|
||||
|
||||
import kaldifeat
|
||||
|
||||
from .utils import get_devices, read_ark_txt, read_wave
|
||||
|
||||
cur_dir = Path(__file__).resolve().parent
|
||||
|
||||
|
||||
|
@ -5,10 +5,10 @@
|
||||
import pickle
|
||||
from pathlib import Path
|
||||
|
||||
from utils import get_devices, read_ark_txt, read_wave
|
||||
|
||||
import kaldifeat
|
||||
|
||||
from .utils import get_devices, read_ark_txt, read_wave
|
||||
|
||||
cur_dir = Path(__file__).resolve().parent
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user