update jit_script.pt
Browse files- exp/jit_pretrained.sh +8 -0
- exp/jit_script.pt +2 -2
exp/jit_pretrained.sh
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/usr/bin/env bash
|
2 |
+
|
3 |
+
export CUDA_VISIBLE_DEVICES="5"
|
4 |
+
|
5 |
+
python zipformer/jit_pretrained.py \
|
6 |
+
--nn-model-filename zipformer/exp_at_as_full/jit_script.pt \
|
7 |
+
--label-dict downloads/audioset/class_labels_indices.csv \
|
8 |
+
downloads/audioset/eval/wav/__p-iA312kg_70.000_80.000.wav
|
exp/jit_script.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36e352bf865cd072482a2bce56d680acdda9a7a272375dffa714d7f82681a5c0
|
3 |
+
size 259798722
|