Skip to content

Commit

Permalink
some more final tw
Browse files Browse the repository at this point in the history
  • Loading branch information
jhauswald committed Jun 5, 2015
1 parent 81c89e3 commit fb52b99
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 118 deletions.
9 changes: 9 additions & 0 deletions common/weights/dl_djinn_weights.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Download weights for DjiNN and Tonic

fname=djinn-weights-1.0.tar.gz

wget http://web.eecs.umich.edu/~jahausw/download/$fname

tar xvzf $fname

rm -rf $fname
58 changes: 0 additions & 58 deletions tonic-suite/asr/src/kaldi.mk

This file was deleted.

58 changes: 0 additions & 58 deletions tonic-suite/asr/src/kaldi.mk.bak

This file was deleted.

Binary file removed tonic-suite/asr/src/probe/exp-test
Binary file not shown.
2 changes: 1 addition & 1 deletion tonic-suite/img/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LINK_FLAGS = $(LIBRARY_DIRS) \
-lopencv_highgui \
-lopencv_imgproc \
-lopencv_objdetect \
$(COMMON)/libsocket.a \
$(COMMON)/libtonic.a \
libflandmark_static.a \
-lboost_program_options \
-lboost_filesystem \
Expand Down
2 changes: 1 addition & 1 deletion tonic-suite/nlp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ifeq ($(CPU_ONLY), 1)
endif

LINK_FLAGS = $(LIBRARY_DIRS) \
$(COMMON)/libsocket.a \
$(COMMON)/libtonic.a \
-lboost_program_options \
-lboost_filesystem \
-lboost_system \
Expand Down

0 comments on commit fb52b99

Please sign in to comment.