Skip to content

Commit fb52b99

Browse files
committed
some more final tw
1 parent 81c89e3 commit fb52b99

File tree

6 files changed

+11
-118
lines changed

6 files changed

+11
-118
lines changed

common/weights/dl_djinn_weights.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Download weights for DjiNN and Tonic
2+
3+
fname=djinn-weights-1.0.tar.gz
4+
5+
wget http://web.eecs.umich.edu/~jahausw/download/$fname
6+
7+
tar xvzf $fname
8+
9+
rm -rf $fname

tonic-suite/asr/src/kaldi.mk

-58
This file was deleted.

tonic-suite/asr/src/kaldi.mk.bak

-58
This file was deleted.

tonic-suite/asr/src/probe/exp-test

-25.1 KB
Binary file not shown.

tonic-suite/img/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LINK_FLAGS = $(LIBRARY_DIRS) \
1818
-lopencv_highgui \
1919
-lopencv_imgproc \
2020
-lopencv_objdetect \
21-
$(COMMON)/libsocket.a \
21+
$(COMMON)/libtonic.a \
2222
libflandmark_static.a \
2323
-lboost_program_options \
2424
-lboost_filesystem \

tonic-suite/nlp/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ifeq ($(CPU_ONLY), 1)
1414
endif
1515

1616
LINK_FLAGS = $(LIBRARY_DIRS) \
17-
$(COMMON)/libsocket.a \
17+
$(COMMON)/libtonic.a \
1818
-lboost_program_options \
1919
-lboost_filesystem \
2020
-lboost_system \

0 commit comments

Comments
 (0)