Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Buethe <jbuethe@amazon.de>2023-09-05 13:29:38 +0300
committerJan Buethe <jbuethe@amazon.de>2023-09-05 13:29:38 +0300
commit35ee397e060283d30c098ae5e17836316bbec08b (patch)
tree4a81b86f8c0738bbdc7147214c53fda54cd0f3f3 /dnn/torch/lpcnet/data/__init__.py
parent90a171c1c2c9839b561f8446ad2bbfe48eacf255 (diff)
added LPCNet torch implementation
Signed-off-by: Jan Buethe <jbuethe@amazon.de>
Diffstat (limited to 'dnn/torch/lpcnet/data/__init__.py')
-rw-r--r--dnn/torch/lpcnet/data/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dnn/torch/lpcnet/data/__init__.py b/dnn/torch/lpcnet/data/__init__.py
new file mode 100644
index 00000000..50bad871
--- /dev/null
+++ b/dnn/torch/lpcnet/data/__init__.py
@@ -0,0 +1 @@
+from .lpcnet_dataset import LPCNetDataset \ No newline at end of file