Skip to content

Commit

Permalink
Merge pull request #222 from didi/tf2.2.0
Browse files Browse the repository at this point in the history
fix delta with tf2.2.0
  • Loading branch information
zh794390558 authored Jul 16, 2020
2 parents 384e1da + d46f520 commit 0a06c4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ export PYTHONPATH=${PYTHONPATH}:$MAIN_ROOT:$MAIN_ROOT/tools/espnet
if [ -e $MAIN_ROOT/tools/go.env ];then
source $MAIN_ROOT/tools/go.env
fi

# tensorflow lib path
TF_LIB_PATH=$(python -c 'import tensorflow as tf; print(tf.sysconfig.get_lib())')
export LD_LIBRARY_PATH=${TF_LIB_PATH}:${LD_LIBRARY_PATH}
3 changes: 2 additions & 1 deletion tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
matplotlib
sklearn
pandas
librosa
librosa>=0.7.2
numba==0.48.0 #must be this by librosa>=0.7.2
absl-py
jieba
wget
Expand Down

0 comments on commit 0a06c4a

Please sign in to comment.