Skip to content

Commit

Permalink
revise path to load env.sh in 03-asvspoof-mega 00_demo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyWangX committed Jun 20, 2021
1 parent 505c6cb commit 10fe9fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/03-asvspoof-mega/00_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,12 @@ else
fi
#############
# setup PYTHONPATH and conda
# this ENVFILE must be accessed inside a folder
mkdir __tmp
cd __tmp
source ${ENVFILE}
cd ..
rm -r __tmp

# go to the model directory
MODEL=$1
Expand Down

0 comments on commit 10fe9fd

Please sign in to comment.