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-12-18 14:19:55 +0300
committerJan Buethe <jbuethe@amazon.de>2024-01-20 16:44:22 +0300
commit299e38cab774fa4bd9708581210af8b09c6b5e4e (patch)
tree9c532b4579da306b0ed2915c0a90c29e8ba8b47a /dnn/torch/osce/stndrd/evaluation/env.rc
parent4f311a1ad44f1b7bd60e32984ca0604c46b6c593 (diff)
Updated LACE and NoLACE models to version 2opus-ng-osce-models-v2
Diffstat (limited to 'dnn/torch/osce/stndrd/evaluation/env.rc')
-rw-r--r--dnn/torch/osce/stndrd/evaluation/env.rc7
1 files changed, 7 insertions, 0 deletions
diff --git a/dnn/torch/osce/stndrd/evaluation/env.rc b/dnn/torch/osce/stndrd/evaluation/env.rc
new file mode 100644
index 00000000..f1266b6f
--- /dev/null
+++ b/dnn/torch/osce/stndrd/evaluation/env.rc
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+export PYTHON=/home/ubuntu/opt/miniconda3/envs/torch/bin/python
+export LACE="/local/experiments/ietf_enhancement_studies/checkpoints/lace_checkpoint.pth"
+export NOLACE="/local/experiments/ietf_enhancement_studies/checkpoints/nolace_checkpoint.pth"
+export TESTMODEL="/local/experiments/ietf_enhancement_studies/opus/dnn/torch/osce/test_model.py"
+export OPUSDEMO="/local/experiments/ietf_enhancement_studies/bin/opus_demo_patched" \ No newline at end of file