From b004ceca7aaa59febe868616cce911dcd03a6dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E9=9B=81?= Date: Mon, 13 Feb 2023 18:55:48 +0800 Subject: [PATCH] export model --- .gitignore | 1 + fbank.py => test_local/fbank.py | 0 2 files changed, 1 insertion(+) rename fbank.py => test_local/fbank.py (100%) diff --git a/.gitignore b/.gitignore index f8b55d7ac..047d0bb3b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ .DS_Store init_model/ *.tar.gz +test_local diff --git a/fbank.py b/test_local/fbank.py similarity index 100% rename from fbank.py rename to test_local/fbank.py