leenag commited on
Commit
4b92356
1 Parent(s): df0824e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ The architecture is designed to accommodate smoothing of articulatory in preproc
45
 
46
  The model was evaluated on a separate test set, with metrics such as RMSE (Root Mean Square Error) and Pearson correlation used to quantify performance. To test this model in the command line :
47
 
48
- python test.py "mjjn0" "cross_dependent"
49
 
50
  "mjjn0" indicates the MOCHA test speaker and cross_dependent is the model name
51
 
 
45
 
46
  The model was evaluated on a separate test set, with metrics such as RMSE (Root Mean Square Error) and Pearson correlation used to quantify performance. To test this model in the command line :
47
 
48
+ python test.py "mjjn0" "corpus_dependent"
49
 
50
  "mjjn0" indicates the MOCHA test speaker and cross_dependent is the model name
51