Blame view

egs/chime1/s5/config.sh 291 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
11
12
  case "$USER" in
  "ac1nmx")
    # CHiME Challenge wav root (after unzipping)...
    export WAV_ROOT="/data/ac1nmx/data/PCCdata16kHz" 
  
    # Used by the recogniser for storing data/ exp/ mfcc/ etc
    export REC_ROOT="." 
    ;;
  *)
    echo "Please define WAV_ROOT and REC_ROOT for user $USER"
    ;;
  esac