Update README.md
Browse files
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" "
|
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 |
|