talhanai / redbud-tree-depression

scripts to model depression in speech and text
70 stars 30 forks source link

No such file or directory: 'data/audio/X_train.npy' #6

Closed wuqing778 closed 4 years ago

wuqing778 commented 4 years ago

Hello, when I surfaced your code, I found No such file: No such file or directory: 'data/audio/ x_train.npy '. May I ask what file it is and how it was generated

talhanai commented 4 years ago

data/audio/x_train.npy is data used for training the model. You'll have to follow the description in this paper to generate the training data.

wuqing778 commented 4 years ago

data/audio/x_train.npy是用于训练模型的数据。你必须遵循描述本文生成训练数据。

Hello, is there any code to generate training data, or do you want to write your own code according to your article