"git@developer.sourcefind.cn:OpenDAS/opencompass.git" did not exist on "3871188c89e7841e54f40363a5bb7dc62afa2510"
Commit f0fb7558 authored by wangwei990215's avatar wangwei990215
Browse files

Update test.py

parent 8d23470d
...@@ -19,7 +19,8 @@ from scipy.special import softmax ...@@ -19,7 +19,8 @@ from scipy.special import softmax
import datasets import datasets
import tensorflow as tf import tensorflow as tf
import sys
sys.path.append("../../")
from src.configs.config import Config from src.configs.config import Config
from src.datasets.asr_dataset import ASRSliceDataset from src.datasets.asr_dataset import ASRSliceDataset
from src.featurizers.speech_featurizers import TFSpeechFeaturizer from src.featurizers.speech_featurizers import TFSpeechFeaturizer
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment